DNSSEC consolidation.

This commit is contained in:
Simon Kelley
2014-01-09 17:31:19 +00:00
parent b8071a849a
commit 5f8e58f49b
4 changed files with 471 additions and 621 deletions

View File

@@ -493,7 +493,7 @@ unsigned char *find_pseudoheader(struct dns_header *header, size_t plen, size_t
else if (is_sign &&
i == arcount - 1 &&
class == C_ANY &&
(type == T_SIG || type == T_TSIG))
type == T_TSIG)
*is_sign = 1;
}