]> jfr.im git - irc/gameservirc.git/commitdiff
took out some unnecessary comments around daemon()
authorkainazzzo <redacted>
Sun, 23 May 2004 05:14:41 +0000 (05:14 +0000)
committerkainazzzo <redacted>
Sun, 23 May 2004 05:14:41 +0000 (05:14 +0000)
git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@233 bc333340-6410-0410-a689-9d09f3c113fa

gameserv/tcpclient.cpp

index 2031b7ee69f2da9ca46b946f36d7b53fe9807ab5..482c0c8e9c4f2aaa8b2d1653579735056ecd8d74 100644 (file)
@@ -97,13 +97,12 @@ int main(int argc, char *argv[])
        delete []conf;
 
     // Turn into a daemon
-/*
     if (daemon(1,0) < 0)
     {
         perror("Could not turn into a daemon");
         exit(3);
     }
-*/
+
   init_masters();
   load_gs_dbase();
   cout << "Loading news" << endl;