1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 20:13:13 +02:00

Fixed a win32 bug where /restart didn't remove the tray icon

This commit is contained in:
codemastr
2001-08-02 20:11:58 +00:00
parent 87296d9c89
commit c1edf8265f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -767,3 +767,4 @@ seen. gmtime warning still there
- Made even more config errors recoverable
- Added more network files
- Fixed some typos in s_conf.c
- Fixed a win32 bug where /restart didn't remove the tray icon, reported by PHANTOm and Gilou
+1
View File
@@ -380,6 +380,7 @@ void server_reboot(mesg)
(void)execv(MYNAME, myargv);
#else
close_connections();
CleanUp();
(void)execv(myargv[0], myargv);
#endif
#ifdef USE_SYSLOG