diff options
author | Martin Pool <mbp@samba.org> | 2001-11-19 03:38:57 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-19 03:38:57 +0000 |
commit | c2a4f75e3e2b06fe538196ffd008705ede3cca7f (patch) | |
tree | 0d4bf5b08b99d8229c014991110458c56ccbe286 /source3/dynconfig.c | |
parent | caef2d2884fb202bd6184f9a676ecff94c7ab600 (diff) | |
download | samba-c2a4f75e3e2b06fe538196ffd008705ede3cca7f.tar.gz |
oopsum.
(This used to be commit 9b6667aa19c479fb27f557ca24129592bf94cbb7)
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 34603fee86b..a12eee1506a 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; |