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

Comparing ircd-hybrid/trunk/src/ircd.c (file contents):
Revision 3140 by michael, Wed Mar 12 19:23:20 2014 UTC vs.
Revision 3167 by michael, Sat Mar 15 22:01:39 2014 UTC

# Line 177 | Line 177 | set_time(void)
177      sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
178                           "Clock Failure (%s), TS can be corrupted",
179                           strerror(errno));
180 <    restart("Clock Failure");
180 >    server_die("Clock Failure", 1);
181    }
182  
183    if (newtime.tv_sec < CurrentTime)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)