mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Catch as references
This commit is contained in:
@@ -327,7 +327,7 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) {
|
||||
CZNC::DumpConfig(pSubConf);
|
||||
return false;
|
||||
}
|
||||
subIt++;
|
||||
++subIt;
|
||||
}
|
||||
if (subIt != subConf.end()) {
|
||||
sError = "Password defined more than once";
|
||||
|
||||
Reference in New Issue
Block a user