1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 04:33:13 +02:00

upgrade-conf: fix bug with oper::flags if using the old format (3.1.x... hmmmmm...)

This commit is contained in:
Bram Matthys
2015-06-26 15:29:54 +02:00
parent 14e6f115ea
commit 92bf3cd33d
+1 -1
View File
@@ -1042,7 +1042,7 @@ int upgrade_oper_block(ConfigEntry *ce)
{
if (FlagMappingTable[i].shortflag == *p)
{
flags[flagscnt] = cep->ce_vardata;
flags[flagscnt] = FlagMappingTable[i].longflag;
flagscnt++;
break;
}