diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nmbd/nmbd.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index afc7bbdf41..5a027e417d 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -735,11 +735,11 @@ static bool open_sockets(bool isdaemon, int port) int main(int argc, const char *argv[]) { - static bool is_daemon; - static bool opt_interactive; - static bool Fork = true; - static bool no_process_group; - static bool log_stdout; + bool is_daemon; + bool opt_interactive; + bool Fork = true; + bool no_process_group; + bool log_stdout; poptContext pc; char *p_lmhosts = NULL; int opt; |