diff options
author | Martin Pool <mbp@samba.org> | 2001-11-19 03:12:10 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-19 03:12:10 +0000 |
commit | 8654a161c8722a0059b15af12cdb81b27d49e71a (patch) | |
tree | edf4e622fd1cbc3d165a80b5caf7b11a965519af /source3/include | |
parent | eb2bf006acc4842d9b6d2749805dc24404a3d423 (diff) | |
download | samba-8654a161c8722a0059b15af12cdb81b27d49e71a.tar.gz samba-8654a161c8722a0059b15af12cdb81b27d49e71a.tar.bz2 samba-8654a161c8722a0059b15af12cdb81b27d49e71a.zip |
LMHOSTSFILE is now dynamically configured too.
(This used to be commit a779710fff5fddcbf65a8ddc8e9169b586b85481)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/dynconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index e01d1a39a8..c02ee86abf 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -28,4 +28,4 @@ extern char const *dyn_SBINDIR, *dyn_SWATDIR; extern pstring dyn_CONFIGFILE; -extern pstring dyn_LOGFILEBASE; +extern pstring dyn_LOGFILEBASE, dyn_LMHOSTSFILE; |