]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix the casemap name not being copied to the new ServerConfig.
authorPeter Powell <petpow@saberuk.com>
Thu, 5 Oct 2017 16:27:04 +0000 (17:27 +0100)
committerPeter Powell <petpow@saberuk.com>
Thu, 5 Oct 2017 16:27:04 +0000 (17:27 +0100)
src/configreader.cpp

index faf75dfccbf1b34aef493484f0183fec897a9eec..d198a1d84c83cfb78e0a4807382d1df2c23a8204 100644 (file)
@@ -548,6 +548,7 @@ void ServerConfig::Apply(ServerConfig* old, const std::string &useruid)
                /*
                 * These values can only be set on boot. Keep their old values. Do it before we send messages so we actually have a servername.
                 */
+               this->CaseMapping = old->CaseMapping;
                this->ServerName = old->ServerName;
                this->sid = old->sid;
                this->cmdline = old->cmdline;