1
0
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:
codemastr
2002-08-19 22:47:57 +00:00
parent b2752c2ffb
commit fbbf54bd9d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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);