We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b1750 commit 77aeb76Copy full SHA for 77aeb76
lib/icingadb/icingadb-objects.cpp
@@ -402,7 +402,7 @@ void IcingaDB::UpdateAllConfigObjects()
402
upqObjectType.Enqueue([&]() {
403
for (auto& hMSet : source.second) {
404
for (decltype(hMSet.size()) i = 0, stop = hMSet.size() - 1u; i < stop; i += 2u) {
405
- //dest.emplace(std::move(hMSet[i]), std::move(hMSet[i + 1u]));
+ dest.emplace(std::move(hMSet[i]), std::move(hMSet[i + 1u]));
406
}
407
408
hMSet.clear();
0 commit comments