// TSIG should have failed, and so the per opcode counter shouldn't be
// incremented.
ConstElementPtr stats = server.getStatistics();
- expectCounterItem(stats->get("zones")->get("_SERVER_")->get("opcode"), "other", 0);
+ expectCounterItem(stats->get("zones")->get("_SERVER_")->get("opcode"),
+ "other", 0);
checkAllRcodeCountersZeroExcept(Rcode::NOTAUTH(), 1);
}
};
void
-flatten(std::map<std::string, int> &flat_map, const std::string &prefix,
+flatten(std::map<std::string, int>& flat_map, const std::string& prefix,
const isc::data::ConstElementPtr map_element) {
std::map<std::string, ConstElementPtr> map = map_element->mapValue();
for (std::map<std::string, ConstElementPtr>::const_iterator