summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-10 08:59:29 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-10 08:59:29 +0200
commit17cd98f2ba52b2cac75d71af45aa81f922a6cc54 (patch)
tree20457a250aeebc4c557b3cc94cf50ad461889235
parent0bd2fce83ffe59867c679f0f012d4f076356f547 (diff)
downloadcurl-bagder/disable-nonfunctioning-doh.tar.gz
fixup too few arguments to function callbagder/disable-nonfunctioning-doh
-rw-r--r--lib/hostip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostip.c b/lib/hostip.c
index 46da5c70a..ed00ad5b9 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -654,7 +654,7 @@ int Curl_resolv_timeout(struct connectdata *conn,
if(!timeout)
/* USE_ALARM_TIMEOUT defined, but no timeout actually requested */
- return Curl_resolv(conn, hostname, port, entry);
+ return Curl_resolv(conn, hostname, port, TRUE, entry);
if(timeout < 1000) {
/* The alarm() function only provides integer second resolution, so if