ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/ircd.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/ircd.c (file contents):
Revision 1830 by michael, Sun Mar 31 17:09:50 2013 UTC vs.
Revision 1831 by michael, Mon Apr 15 10:57:05 2013 UTC

# Line 534 | Line 534 | main(int argc, char *argv[])
534    eventInit();
535    /* We need this to initialise the fd array before anything else */
536    fdlist_init();
537 <  log_add_file(LOG_TYPE_IRCD, 0, logFileName);
537 >  log_set_file(LOG_TYPE_IRCD, 0, logFileName);
538    check_can_use_v6();
539    init_comm();         /* This needs to be setup early ! -- adrian */
540    /* Check if there is pidfile and daemon already running */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines