]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix back port issue
authorMark Andrews <marka@isc.org>
Wed, 28 Dec 2016 23:48:46 +0000 (10:48 +1100)
committerMark Andrews <marka@isc.org>
Wed, 28 Dec 2016 23:48:46 +0000 (10:48 +1100)
lib/dns/message.c

index fe8e5d0d82500c3de7d864cfcadeff1ca7e07f94..5b8166a17977f914b83175390b66dadd9e9c13c7 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);