Loading lib/hostip.c +3 −3 Original line number Diff line number Diff line Loading @@ -378,9 +378,7 @@ int Curl_resolv(struct connectdata *conn, int wait; struct SessionHandle *data = conn->data; CURLcode result; /* default to failure */ int rc = CURLRESOLV_ERROR; int rc; *entry = NULL; #ifdef HAVE_SIGSETJMP Loading Loading @@ -413,6 +411,8 @@ int Curl_resolv(struct connectdata *conn, /* free the allocated entry_id again */ free(entry_id); rc = CURLRESOLV_ERROR; /* default to failure */ if (!dns) { /* The entry was not in the cache. Resolve it to IP address */ Loading Loading
lib/hostip.c +3 −3 Original line number Diff line number Diff line Loading @@ -378,9 +378,7 @@ int Curl_resolv(struct connectdata *conn, int wait; struct SessionHandle *data = conn->data; CURLcode result; /* default to failure */ int rc = CURLRESOLV_ERROR; int rc; *entry = NULL; #ifdef HAVE_SIGSETJMP Loading Loading @@ -413,6 +411,8 @@ int Curl_resolv(struct connectdata *conn, /* free the allocated entry_id again */ free(entry_id); rc = CURLRESOLV_ERROR; /* default to failure */ if (!dns) { /* The entry was not in the cache. Resolve it to IP address */ Loading