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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user