mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 18:03:13 +02:00
Fixed a bug where set {} info wasn't cleared out at rehash
This commit is contained in:
@@ -1503,3 +1503,4 @@ seen. gmtime warning still there
|
||||
- Fixed an oper::swhois bug where the swhois was not propagated reported by FrostByghte
|
||||
(#0000247)
|
||||
- Converted cr/lf to just lf in doc/unrea32docs.html
|
||||
- Fixed a bug where set {} info wasn't cleared out at rehash
|
||||
|
||||
@@ -3766,6 +3766,7 @@ int rehash(aClient *cptr, aClient *sptr, int sig)
|
||||
DelListItem(help_ptr, conf_help);
|
||||
MyFree(help_ptr);
|
||||
}
|
||||
bzero(&iConf, sizeof(iConf));
|
||||
|
||||
/* rehash_modules */
|
||||
init_conf2(configfile);
|
||||
|
||||
Reference in New Issue
Block a user