# | 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", |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |