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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 1830 by michael, Sun Apr 14 19:54:48 2013 UTC vs.
Revision 1831 by michael, Mon Apr 15 10:57:05 2013 UTC

# Line 1287 | Line 1287 | rehash(int sig)
1287    load_conf_modules();
1288  
1289    rehashed_klines = 1;
1290 /* XXX */
1291  if (ConfigLoggingEntry.use_logging)
1292    log_close_all();
1290  
1291 <  return(0);
1291 >  return 0;
1292   }
1293  
1294   /* set_default_conf()
# Line 1338 | Line 1335 | set_default_conf(void)
1335    AdminInfo.email = NULL;
1336    AdminInfo.description = NULL;
1337  
1338 <  log_close_all();
1338 >  log_del_all();
1339  
1340    ConfigLoggingEntry.use_logging = 1;
1341  
# Line 1774 | Line 1771 | read_conf_files(int cold)
1771    read_conf(conf_parser_ctx.conf_file);
1772    fclose(conf_parser_ctx.conf_file);
1773  
1774 +  log_reopen_all();
1775 +
1776    add_isupport("NICKLEN", NULL, ServerInfo.max_nick_length);
1777    add_isupport("NETWORK", ServerInfo.network_name, -1);
1778  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines