diff options
Diffstat (limited to 'source3/dynconfig.c')
-rw-r--r-- | source3/dynconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/dynconfig.c b/source3/dynconfig.c index a12eee1506a..34603fee86b 100644 --- a/source3/dynconfig.c +++ b/source3/dynconfig.c @@ -61,4 +61,4 @@ pstring dyn_LIBDIR; * * Not writable, but used to set a default in the parameter table. **/ -pstring dyn_LOCKDIR; +const pstring dyn_LOCKDIR; |