summaryrefslogtreecommitdiffstats
path: root/source/lib/wins_srv.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-06-27 14:54:01 +0000
committerAndrew Tridgell <tridge@samba.org>2002-06-27 14:54:01 +0000
commit9a3e323ec261a1ee3a83f8c558583c3d4a53e06a (patch)
tree13ebb888dfa2fae9512b82906b8a3068c78582cf /source/lib/wins_srv.c
parent313f2c9ff7a513802e4f893324865e70912d419e (diff)
downloadsamba-9a3e323ec261a1ee3a83f8c558583c3d4a53e06a.tar.gz
samba-9a3e323ec261a1ee3a83f8c558583c3d4a53e06a.tar.xz
samba-9a3e323ec261a1ee3a83f8c558583c3d4a53e06a.zip
fixed a link problem with global_in_nmbd
Diffstat (limited to 'source/lib/wins_srv.c')
-rw-r--r--source/lib/wins_srv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/wins_srv.c b/source/lib/wins_srv.c
index 27b5adf6b58..9fd2760612c 100644
--- a/source/lib/wins_srv.c
+++ b/source/lib/wins_srv.c
@@ -71,8 +71,8 @@ static struct wins_dead {
struct wins_dead *next, *prev;
} *dead_servers;
-extern BOOL global_in_nmbd;
-
+/* nmbd sets this */
+BOOL global_in_nmbd = False;
/* an internal convenience structure for an IP with a short string tag
attached */