]> jfr.im git - solanum.git/blobdiff - src/ircd.c
Remove s_assert definition from ircd_defs.h and add it to its own header.
[solanum.git] / src / ircd.c
index e5f1ad6bb5fd88b811fb47c35364b3b8bf9d52d5..c739ebe91aace27c9a1b43d857da46343642b569 100644 (file)
@@ -619,12 +619,6 @@ main(int argc, char *argv[])
                inotice("starting %s ...", ircd_version);
                inotice("%s", rb_lib_version());
        }
-       
-       /* Make sure config file exists -- Quora */
-       if( access( CPATH, F_OK|R_OK ) == -1 ) {
-                 inotice("FATAL: No config file found at %s, exiting", CPATH);
-                 exit(-1);
-       } 
 
        /* Init the event subsystem */
        rb_lib_init(ircd_log_cb, ircd_restart_cb, ircd_die_cb, !server_state_foreground, maxconnections, DNODE_HEAP_SIZE, FD_HEAP_SIZE);