Merge branch 'master' into releases
[rocksndiamonds.git] / src / netserv.c
index 21a48572d08af642fc09fbb42cd94630971fa0b6..4a60007b8b47f397177bd13f46883620e1663ade 100644 (file)
@@ -20,7 +20,6 @@
 #include <signal.h>
 #include <sys/socket.h>
 #include <errno.h>
-#include <string.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
@@ -478,7 +477,7 @@ void NetworkServer(int port, int serveronly)
   if (is_daemon)
   {
     /* become a daemon, breaking all ties with the controlling terminal */
-    options.verbose = 0;
+    options.verbose = FALSE;
     for (i=0; i<255; i++)
     {
       if (i != lfd)