diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-07-09 14:47:03 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-07-09 14:47:03 +0000 |
commit | 3593e5baf7c3b334da390b027ef7d236ce318ccd (patch) | |
tree | 4ae26a2c70c4a34be3715d53e3e050e2c2d71e16 | |
parent | 7f42c53971bbbae42d879b67dc02d0579434496d (diff) | |
download | samba-3593e5baf7c3b334da390b027ef7d236ce318ccd.tar.gz samba-3593e5baf7c3b334da390b027ef7d236ce318ccd.tar.bz2 samba-3593e5baf7c3b334da390b027ef7d236ce318ccd.zip |
fix declaration of global_in_nmbd
(This used to be commit 07de8418369dad1f015369e70e9303fea4130295)
-rw-r--r-- | source3/libsmb/namequery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index 68c09751bd..18564bccf4 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -22,7 +22,7 @@ #include "includes.h" /* nmbd.c sets this to True. */ -extern BOOL global_in_nmbd; +BOOL global_in_nmbd = False; /**************************************************************************** generate a random trn_id |