]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use DO_FORMERR
authorMark Andrews <marka@isc.org>
Tue, 22 Nov 2016 02:13:02 +0000 (13:13 +1100)
committerMark Andrews <marka@isc.org>
Tue, 22 Nov 2016 02:14:26 +0000 (13:14 +1100)
lib/dns/message.c

index ad164a9ab0fd0ec0a98a14e0e262293b14cb666d..46b73c5e58e4f44e91d726f2e1e2ee297d6d9a0e 100644 (file)
@@ -1639,7 +1639,7 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
            ((msg->flags & DNS_MESSAGEFLAG_TC) == 0) &&
            !preserve_order &&
            !auth_signed(section)) 
-               DO_ERROR(DNS_R_FORMERR);
+               DO_FORMERR;
 
        if (seen_problem)
                return (DNS_R_RECOVERABLE);