1
0
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:
Tim Potter 0001-01-01 00:00:00 +00:00
parent ab60980461
commit 79a654bbe5

View File

@ -30,13 +30,13 @@ int global_nmb_port = -1;
extern BOOL global_in_nmbd;
/* are we running as a daemon ? */
static BOOL is_daemon = False;
static BOOL is_daemon;
/* fork or run in foreground ? */
static BOOL Fork = True;
/* log to standard output ? */
static BOOL log_stdout = False;
static BOOL log_stdout;
/* have we found LanMan clients yet? */
BOOL found_lm_clients = False;