mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-31 07:22:26 +01:00
- Fixed ircd.c compile error discovered by Ravage
This commit is contained in:
parent
822db16d91
commit
f3f3703273
2 changed files with 2 additions and 0 deletions
1
Changes
1
Changes
|
@ -2264,3 +2264,4 @@ seen. gmtime warning still there
|
|||
- Fixed a bug in aliases reported by darko``
|
||||
- Updated help.conf and unreal32docs.html (#0001111) reported by SciFi, AngryWolf, and Zerwas.
|
||||
- Cleaned up some code for /die under Windows
|
||||
- Fixed ircd.c compile error discovered by Ravage
|
||||
|
|
|
@ -227,6 +227,7 @@ VOIDSIG s_die()
|
|||
unload_all_modules();
|
||||
flush_connections(&me);
|
||||
exit(-1);
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue