mirror of https://github.com/getdnsapi/getdns.git
One more unused variable
This commit is contained in:
parent
55cdd8fed3
commit
eeca7b32b1
|
@ -857,6 +857,7 @@ static getdns_dict *CD_extension(getdns_dns_req *dnsreq)
|
|||
? dnssec_ok_checking_disabled_roadblock_avoidance
|
||||
: dnssec_ok_checking_disabled_avoid_roadblocks;
|
||||
#else
|
||||
(void)dnsreq;
|
||||
return dnssec_ok_checking_disabled;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue