Catch as references

This commit is contained in:
baines
2013-02-26 22:03:15 -05:00
parent d085b1dfd0
commit c256116d81
6 changed files with 15 additions and 15 deletions

View File

@@ -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";