mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix the tests... again.
This commit is contained in:
committed by
Alexey Sokolov
parent
59294ccc04
commit
2c23c45cc4
@@ -113,7 +113,7 @@ public:
|
||||
|
||||
CConfig::SubConfigMapIterator it2 = conf.BeginSubConfigs();
|
||||
while (it2 != conf.EndSubConfigs()) {
|
||||
map<CString, CConfigEntry>::const_iterator it3 = it2->second.begin();
|
||||
std::map<CString, CConfigEntry>::const_iterator it3 = it2->second.begin();
|
||||
|
||||
while (it3 != it2->second.end()) {
|
||||
sRes += "->" + it2->first + "/" + it3->first + "\n";
|
||||
|
||||
Reference in New Issue
Block a user