diff options
Diffstat (limited to 'source3')
-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 34603fee86..a12eee1506 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. **/ -const pstring dyn_LOCKDIR; +pstring dyn_LOCKDIR; |