Loading lib/hostares.c +4 −1 Original line number Diff line number Diff line Loading @@ -151,8 +151,11 @@ CURLcode Curl_is_resolved(struct connectdata *conn, if(conn->async.done) { /* we're done, kill the ares handle */ if(!conn->async.dns) if(!conn->async.dns) { failf(data, "Could not resolve host: %s (%s)", conn->name, ares_strerror(conn->async.status)); return CURLE_COULDNT_RESOLVE_HOST; } *dns = conn->async.dns; } Loading Loading
lib/hostares.c +4 −1 Original line number Diff line number Diff line Loading @@ -151,8 +151,11 @@ CURLcode Curl_is_resolved(struct connectdata *conn, if(conn->async.done) { /* we're done, kill the ares handle */ if(!conn->async.dns) if(!conn->async.dns) { failf(data, "Could not resolve host: %s (%s)", conn->name, ares_strerror(conn->async.status)); return CURLE_COULDNT_RESOLVE_HOST; } *dns = conn->async.dns; } Loading