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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 7624 by michael, Thu Jun 23 12:44:09 2016 UTC vs.
Revision 7639 by michael, Wed Jul 13 17:58:55 2016 UTC

# Line 751 | Line 751 | void
751   conf_rehash(int sig)
752   {
753    if (sig)
754 +  {
755      sendto_realops_flags(UMODE_SERVNOTICE, L_ALL, SEND_NOTICE,
756                           "Got signal SIGHUP, reloading configuration file(s)");
757 +    ilog(LOG_TYPE_IRCD, "Got signal SIGHUP, reloading configuration file(s)");
758 +  }
759  
760    restart_resolver();
761  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines