diff options
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r-- | source3/smbd/server.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 1272fb1569..3d9a4675b2 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -622,7 +622,6 @@ static void init_structs(void ) static BOOL is_daemon = False; static BOOL interactive = False; static char *ports = NULL; - extern BOOL append_log; int opt; poptContext pc; @@ -640,8 +639,6 @@ static void init_structs(void ) { NULL } }; - append_log = True; - #ifdef HAVE_SET_AUTH_PARAMETERS set_auth_parameters(argc,argv); #endif |