diff --git a/bind/bin/nsupdate/nsupdate.c b/bind/bin/nsupdate/nsupdate.c index 4993265f..6a9a0cdb 100644 --- a/bind/bin/nsupdate/nsupdate.c +++ b/bind/bin/nsupdate/nsupdate.c @@ -2411,14 +2411,12 @@ update_completed(isc_task_t *task, isc_event_t *event) { case DNS_R_TSIGVERIFYFAILURE: case DNS_R_UNEXPECTEDTSIG: case ISC_R_FAILURE: -#if 0 if (usegsstsig && answer->rcode == dns_rcode_noerror) { /* * For MS DNS that violates RFC 2845, section 4.2 */ break; } -#endif fprintf(stderr, "; TSIG error with server: %s\n", isc_result_totext(result)); seenerror = true;