Remove useless endian-conversion after GETLONG().

This commit is contained in:
Giovanni Bajo
2012-04-24 02:02:55 +02:00
committed by Simon Kelley
parent 6445c8ed73
commit d31d057aa3

View File

@@ -149,7 +149,7 @@ static int validate_rrsig(struct dns_header *header, size_t pktlen,
return 0;
}
if (!check_date_range(ntohl(date_start), ntohl(date_end)))
if (!check_date_range(date_start, date_end))
{
printf("RRSIG outside date range\n");
return 0;