diff --git a/Changes b/Changes index f7dcd316f..0548dce74 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/src/s_conf.c b/src/s_conf.c index 3542dd732..0240283d0 100644 --- a/src/s_conf.c +++ b/src/s_conf.c @@ -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);