]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/tcpclient.cpp
Introduced the new mystring clas and attempted to use it in a list
[irc/gameservirc.git] / gameserv / tcpclient.cpp
index 939e68f323a85d5f8e759ad28baece258930551d..dd56aafed62ba501f6e22f945c683325bc46ddea 100644 (file)
@@ -97,11 +97,13 @@ 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();