See http://bind10.isc.org/ticket/1207#comment:11
" is not found in data source");
}
- old_zone_finder_ = boost::dynamic_pointer_cast<InMemoryZoneFinder>(
+ old_zone_finder_ = boost::static_pointer_cast<InMemoryZoneFinder>(
result.zone_finder);
return (true);
server.setStatisticsSession(&statistics_session);
}
+ ~AuthSrvTest() {
+ parse_message->clear(Message::PARSE);
+ }
+
virtual void processMessage() {
// If processMessage has been called before, parse_message needs
// to be reset. If it hasn't, there's no harm in doing so