mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Fix compiler warning.
This commit is contained in:
@@ -1761,7 +1761,7 @@ int dnssec_validate_reply(time_t now, struct dns_header *header, size_t plen, ch
|
|||||||
|
|
||||||
unsigned char *ans_start, *p1, *p2;
|
unsigned char *ans_start, *p1, *p2;
|
||||||
int type1, class1, rdlen1 = 0, type2, class2, rdlen2, qclass, qtype, targetidx;
|
int type1, class1, rdlen1 = 0, type2, class2, rdlen2, qclass, qtype, targetidx;
|
||||||
int i, j, rc;
|
int i, j, rc = STAT_INSECURE;
|
||||||
int secure = STAT_SECURE;
|
int secure = STAT_SECURE;
|
||||||
|
|
||||||
/* extend rr_status if necessary */
|
/* extend rr_status if necessary */
|
||||||
|
|||||||
Reference in New Issue
Block a user