rnd-20030312-1-src
[rocksndiamonds.git] / src / netserv.c
index 21a48572d08af642fc09fbb42cd94630971fa0b6..58c32a6e06d13391bb8d70d2dc8fcfffea75a48e 100644 (file)
@@ -478,7 +478,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)