From: Peter van Dijk Date: Fri, 1 Mar 2013 13:40:14 +0000 (+0000) Subject: implement SHOULD from rfc3597 4 paragraph 4, working around a violation in NSD which... X-Git-Tag: rec-3.5-rc3~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0007c2e507157879ee073eb3552081b35f08dfa7;p=thirdparty%2Fpdns.git implement SHOULD from rfc3597 4 paragraph 4, working around a violation in NSD which compress labels inside RP. Spotted by Jan-Piet Mens. Please verify performance impact of this change. git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3109 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index a128ec6fc8..6a3d28f578 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -1994,6 +1994,7 @@ int main(int argc, char **argv) g_argv = argv; g_stats.startupTime=time(0); reportBasicTypes(); + reportOtherTypes(); int ret = EXIT_SUCCESS; #ifdef WIN32