]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix an unhandled exception crash when rehashing modules.
authorPeter Powell <petpow@saberuk.com>
Mon, 6 Nov 2017 00:29:51 +0000 (00:29 +0000)
committerPeter Powell <petpow@saberuk.com>
Mon, 6 Nov 2017 00:45:54 +0000 (00:45 +0000)
commit2bce37fc7dc10ad719cddd5094845e57c93ff095
tree89ec34830582add4df1f313e867e2b3a9dbe666d
parenta2a071126726a40a877e10b024e2c2cccfd35512
Fix an unhandled exception crash when rehashing modules.

Previously we used FOREACH_MOD to call OnRehash which handled any
thrown exceptions. When we switched to ReadConfig this stopped
being the case.

This bug was introduced in c202dea024.
src/configreader.cpp