X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetserv.c;h=58c32a6e06d13391bb8d70d2dc8fcfffea75a48e;hb=0548cd8fd0353c19608df8a7079fc2c39cc4ce27;hp=21a48572d08af642fc09fbb42cd94630971fa0b6;hpb=a5f7cf35f526ab5e7f3a8c7b1b897fb7f3d32fbb;p=rocksndiamonds.git diff --git a/src/netserv.c b/src/netserv.c index 21a48572..58c32a6e 100644 --- a/src/netserv.c +++ b/src/netserv.c @@ -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)