[bind10-dev] [svn] commit: r4005 - in /branches/trac450/src/bin/auth: auth_srv.cc query.cc tests/auth_srv_unittest.cc tests/query_unittest.cc
Jeremy C. Reed
jreed at isc.org
Mon Dec 27 14:24:09 UTC 2010
On Fri, 24 Dec 2010, BIND 10 source code commits wrote:
> case Zone::NXRRSET:
> - response_.setRcode(Rcode::NXRRSET());
> + response_.setRcode(Rcode::NOERROR());
> // TODO : add SOA to authority section
> break;
I think the above needs a comment (maybe pointing to RFC section)
explaining why "Zone::NXRRSET" results in "Rcode::NOERROR()" (and not
Rcode::NXRRSET()).
More information about the bind10-dev
mailing list