Commit 47f99dd2 authored by Giovanni Bajo's avatar Giovanni Bajo Committed by Simon Kelley

Fix argument in dnssec_parsekey() call.

parent 6759b99e
......@@ -378,7 +378,7 @@ int dnssec_validate(struct dns_header *header, size_t pktlen)
else if (qtype == T_DNSKEY)
{
printf("DNSKEY found\n");
dnssec_parsekey(header, pktlen, owner, qclass, rdlen, p);
dnssec_parsekey(header, pktlen, owner, ttl, rdlen, p);
}
else if (qtype == T_RRSIG)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment