# | Line 23 | Line 23 | |
---|---|---|
23 | */ | |
24 | ||
25 | #include "stdinc.h" | |
26 | < | #include "tools.h" |
26 | > | #include "list.h" |
27 | #include "restart.h" | |
28 | – | #include "common.h" |
28 | #include "fdlist.h" | |
29 | #include "ircd.h" | |
30 | #include "irc_string.h" | |
# | Line 39 | Line 38 | restart(const char *mesg) | |
38 | { | |
39 | static int was_here = 0; /* redundant due to restarting flag below */ | |
40 | ||
41 | < | if (was_here) |
41 | > | if (was_here++) |
42 | abort(); | |
44 | – | was_here = 1; |
43 | ||
44 | < | server_die(mesg, YES); |
44 | > | server_die(mesg, 1); |
45 | } | |
46 | ||
47 | void |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |