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

index a95b5f71d77c620acae7ad93b770d16621599294..25ce2c5103489936c1ee40ef13b87be37474e521 100644 (file)
@@ -1630,7 +1630,7 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
            ((msg->flags & DNS_MESSAGEFLAG_QR) != 0) &&
            ((msg->flags & DNS_MESSAGEFLAG_TC) == 0) &&
            !preserve_order &&
-           !auth_signed(section)) 
+           !auth_signed(section))
                DO_ERROR(DNS_R_FORMERR);
 
        if (seen_problem)