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

Comparing ircd-hybrid-7.2/src/restart.c (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 588 by michael, Mon May 8 13:22:59 2006 UTC

# Line 52 | Line 52 | server_die(const char *mesg, int rboot)
52    char buffer[IRCD_BUFSIZE];
53    dlink_node *ptr = NULL;
54    struct Client *target_p = NULL;
55 +  static int was_here = 0;
56 +
57 +  if (rboot && was_here++)
58 +    abort();
59  
60    if (EmptyString(mesg))
61      snprintf(buffer, sizeof(buffer), "Server %s",

Diff Legend

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