From 551a4cd89596b7f12d23a878d65361197b20a58f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 Jun 2002 14:54:01 +0000 Subject: fixed a link problem with global_in_nmbd (This used to be commit 9a3e323ec261a1ee3a83f8c558583c3d4a53e06a) --- source3/lib/wins_srv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/wins_srv.c b/source3/lib/wins_srv.c index 27b5adf6b5..9fd2760612 100644 --- a/source3/lib/wins_srv.c +++ b/source3/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 */ -- cgit