From 17cd98f2ba52b2cac75d71af45aa81f922a6cc54 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 10 May 2019 08:59:29 +0200 Subject: fixup too few arguments to function call --- lib/hostip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1