diff options
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r-- | source3/smbd/server.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 3d9a4675b2..1272fb1569 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -622,6 +622,7 @@ 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; @@ -639,6 +640,8 @@ static void init_structs(void ) { NULL } }; + append_log = True; + #ifdef HAVE_SET_AUTH_PARAMETERS set_auth_parameters(argc,argv); #endif |