]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#ifdef notyet error handling for bad sit
authorMark Andrews <marka@isc.org>
Mon, 24 Feb 2014 12:49:21 +0000 (23:49 +1100)
committerMark Andrews <marka@isc.org>
Mon, 24 Feb 2014 12:49:21 +0000 (23:49 +1100)
lib/dns/resolver.c

index 7245558da5874171affb93700e5bdd2eb860a442..0e0e9033476634a8f697d69f5af0f527dd16e592 100644 (file)
@@ -7265,6 +7265,19 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
        if (opt != NULL)
                process_opt(query, opt);
 
+#ifdef notyet
+#ifdef ISC_PLATFORM_USESIT
+       if (message->sitbad) {
+               /*
+                * If the SIT is bad assume it is a attack and retry.
+                */
+               resend = ISC_TRUE;
+               /* XXXMPA log it */
+               goto done;
+       }
+#endif
+#endif
+
        /*
         * If the message is signed, check the signature.  If not, this
         * returns success anyway.