s3: Fix some pointless statics
authorVolker Lendecke <vl@samba.org>
Tue, 13 Dec 2011 16:07:39 +0000 (17:07 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 14 Dec 2011 16:34:21 +0000 (17:34 +0100)
source3/nmbd/nmbd.c

index afc7bbdf413d970a8c8b488dc3270a3d7c684d7e..5a027e417d44e0398bc713d9ec14979853d973e6 100644 (file)
@@ -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;