- Fixed ircd.c compile error discovered by Ravage

This commit is contained in:
stskeeps 2003-07-14 15:33:43 +00:00
parent 822db16d91
commit f3f3703273
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -227,6 +227,7 @@ VOIDSIG s_die()
unload_all_modules();
flush_connections(&me);
exit(-1);
#endif
}
#ifndef _WIN32