summaryrefslogtreecommitdiffstats
path: root/source/dynconfig.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-19 03:52:09 +0000
committerMartin Pool <mbp@samba.org>2001-11-19 03:52:09 +0000
commit988fe772a39e08dec738b045021cd6e06b4e59c8 (patch)
tree554763927918611f3d8cb4184a86accbb53ff277 /source/dynconfig.c
parentdfaafcd6221412613f9e4eccdaaa2e84253def81 (diff)
downloadsamba-988fe772a39e08dec738b045021cd6e06b4e59c8.tar.gz
samba-988fe772a39e08dec738b045021cd6e06b4e59c8.tar.xz
samba-988fe772a39e08dec738b045021cd6e06b4e59c8.zip
dyn_LOCKDIR should be const because it's never modified directly --
it's just copied in to the parameter table and optionally overridden there.
Diffstat (limited to 'source/dynconfig.c')
-rw-r--r--source/dynconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dynconfig.c b/source/dynconfig.c
index a12eee1506a..34603fee86b 100644
--- a/source/dynconfig.c
+++ b/source/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;