mirror of
https://github.com/curl/curl.git
synced 2026-04-28 10:22:16 +03:00
parent
5c756684ba
commit
4bc34a5416
1 changed files with 1 additions and 1 deletions
|
|
@ -860,7 +860,7 @@ UNITTEST DOHcode doh_resp_decode(const unsigned char *doh,
|
|||
if(index != dohlen)
|
||||
return DOH_DNS_MALFORMAT; /* something is wrong */
|
||||
|
||||
#ifdef USE_HTTTPS
|
||||
#ifdef USE_HTTPSRR
|
||||
if((type != CURL_DNS_TYPE_NS) && !d->numcname && !d->numaddr &&
|
||||
!d->numhttps_rrs)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue