mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Merge from 3.0: remove bogus static initialisers.
This commit is contained in:
parent
ab60980461
commit
79a654bbe5
@ -30,13 +30,13 @@ int global_nmb_port = -1;
|
|||||||
extern BOOL global_in_nmbd;
|
extern BOOL global_in_nmbd;
|
||||||
|
|
||||||
/* are we running as a daemon ? */
|
/* are we running as a daemon ? */
|
||||||
static BOOL is_daemon = False;
|
static BOOL is_daemon;
|
||||||
|
|
||||||
/* fork or run in foreground ? */
|
/* fork or run in foreground ? */
|
||||||
static BOOL Fork = True;
|
static BOOL Fork = True;
|
||||||
|
|
||||||
/* log to standard output ? */
|
/* log to standard output ? */
|
||||||
static BOOL log_stdout = False;
|
static BOOL log_stdout;
|
||||||
|
|
||||||
/* have we found LanMan clients yet? */
|
/* have we found LanMan clients yet? */
|
||||||
BOOL found_lm_clients = False;
|
BOOL found_lm_clients = False;
|
||||||
|
Loading…
Reference in New Issue
Block a user