bugfix: don't reset skew

This commit is contained in:
Willem Toorop 2016-02-11 11:27:03 +01:00
parent 045d0d481c
commit 707b0d21c8
1 changed files with 0 additions and 1 deletions

View File

@ -3385,7 +3385,6 @@ getdns_validate_dnssec2(getdns_list *records_to_validate,
if (!records_to_validate || !support_records || !trust_anchors)
return GETDNS_RETURN_INVALID_PARAMETER;
mf = &records_to_validate->mf;
skew = 0;
/* First convert everything to wire format
*/