PASV response: Value stored to 'rc' is never read

This commit is contained in:
Daniel Stenberg 2010-04-16 23:28:20 +02:00
parent 8f136288c5
commit 93981bb9b5
1 changed files with 1 additions and 1 deletions

View File

@ -1648,7 +1648,7 @@ static CURLcode ftp_state_pasv_resp(struct connectdata *conn,
rc = Curl_resolv(conn, newhost, newport, &addr);
if(rc == CURLRESOLV_PENDING)
/* BLOCKING */
rc = Curl_wait_for_resolv(conn, &addr);
(void)Curl_wait_for_resolv(conn, &addr);
connectport = newport; /* we connect to the remote port */