Loading lib/hostip.c +2 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,8 @@ CURLcode Curl_is_resolved(struct connectdata *conn, *dns = NULL; if(conn->async.done) { /* we're done, kill the ares handle */ ares_destroy(data->state.areschannel); if(!conn->async.dns) return CURLE_COULDNT_RESOLVE_HOST; *dns = conn->async.dns; Loading Loading
lib/hostip.c +2 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,8 @@ CURLcode Curl_is_resolved(struct connectdata *conn, *dns = NULL; if(conn->async.done) { /* we're done, kill the ares handle */ ares_destroy(data->state.areschannel); if(!conn->async.dns) return CURLE_COULDNT_RESOLVE_HOST; *dns = conn->async.dns; Loading