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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user