diff --git a/src/bin/parkinglot/parkinglot.cc b/src/bin/parkinglot/parkinglot.cc index 142cc031a4..910cc0abe3 100644 --- a/src/bin/parkinglot/parkinglot.cc +++ b/src/bin/parkinglot/parkinglot.cc @@ -113,6 +113,7 @@ ParkingLot::processMessage() { RRType qtype = query->getType(); SearchResult::status_type status; bool included_ns = false; + msg.setRcode(Rcode::NOERROR()); if (data_source.hasZoneFor(query->getName(), zname)) { status = data_source.addToMessage(msg, Section::ANSWER(), zname, name, qclass, qtype);