diff options
Diffstat (limited to 'lib/asyn-ares.c')
-rw-r--r-- | lib/asyn-ares.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/asyn-ares.c b/lib/asyn-ares.c index 2dd64a72a..8561a4724 100644 --- a/lib/asyn-ares.c +++ b/lib/asyn-ares.c @@ -490,9 +490,7 @@ CURLcode Curl_resolver_wait_resolv(struct connectdata *conn, if(result) /* close the connection, since we can't return failure here without - cleaning up this connection properly. - TODO: remove this action from here, it is not a name resolver decision. - */ + cleaning up this connection properly. */ connclose(conn, "c-ares resolve failed"); return result; |