fixed the missing getftpresponse edits

This commit is contained in:
Daniel Stenberg
2001-09-28 09:19:35 +00:00
parent ae2ecfc5cb
commit 09da2c1767
2 changed files with 3 additions and 6 deletions

View File

@@ -491,8 +491,7 @@ Curl_sec_login(struct connectdata *conn)
Curl_ftpsendf(conn,
"AUTH %s", (*m)->name);
/* wait for feedback */
nread = Curl_GetFTPResponse(conn->firstsocket,
conn->data->state.buffer, conn, NULL);
nread = Curl_GetFTPResponse(conn->data->state.buffer, conn, NULL);
if(nread < 0)
return /*CURLE_OPERATION_TIMEOUTED*/-1;
if(/*ret != CONTINUE*/conn->data->state.buffer[0] != '3'){