mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
fixed a link problem with global_in_nmbd
(This used to be commit 9a3e323ec2
)
This commit is contained in:
parent
223ddc3f2d
commit
551a4cd895
@ -71,8 +71,8 @@ static struct wins_dead {
|
|||||||
struct wins_dead *next, *prev;
|
struct wins_dead *next, *prev;
|
||||||
} *dead_servers;
|
} *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
|
/* an internal convenience structure for an IP with a short string tag
|
||||||
attached */
|
attached */
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
/* nmbd.c sets this to True. */
|
/* nmbd.c sets this to True. */
|
||||||
BOOL global_in_nmbd = False;
|
extern BOOL global_in_nmbd;
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
generate a random trn_id
|
generate a random trn_id
|
||||||
|
Loading…
Reference in New Issue
Block a user