Skip to content

Commit 77aeb76

Browse files
committed
Revert "TEST"
This reverts commit 87b1750.
1 parent 87b1750 commit 77aeb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/icingadb/icingadb-objects.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ void IcingaDB::UpdateAllConfigObjects()
402402
upqObjectType.Enqueue([&]() {
403403
for (auto& hMSet : source.second) {
404404
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]));
405+
dest.emplace(std::move(hMSet[i]), std::move(hMSet[i + 1u]));
406406
}
407407

408408
hMSet.clear();

0 commit comments

Comments
 (0)