#ifdef notyet error handling for bad sit

This commit is contained in:
Mark Andrews
2014-02-24 23:49:21 +11:00
parent 1736709296
commit 53ebc0959b

View 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.