Loading lib/ftp.c +1 −3 Original line number Diff line number Diff line Loading @@ -274,7 +274,6 @@ static CURLcode ftp_readresp(curl_socket_t sockfd, struct ftp_conn *ftpc = &conn->proto.ftpc; int code = 0; if (ftpcode) *ftpcode = 0; /* 0 for errors or not done */ ptr=buf + ftpc->nread_resp; Loading Loading @@ -417,7 +416,6 @@ static CURLcode ftp_readresp(curl_socket_t sockfd, *ftpcode=code; /* return the initial number like this */ /* store the latest code for later retrieval */ conn->data->info.httpcode=code; Loading Loading
lib/ftp.c +1 −3 Original line number Diff line number Diff line Loading @@ -274,7 +274,6 @@ static CURLcode ftp_readresp(curl_socket_t sockfd, struct ftp_conn *ftpc = &conn->proto.ftpc; int code = 0; if (ftpcode) *ftpcode = 0; /* 0 for errors or not done */ ptr=buf + ftpc->nread_resp; Loading Loading @@ -417,7 +416,6 @@ static CURLcode ftp_readresp(curl_socket_t sockfd, *ftpcode=code; /* return the initial number like this */ /* store the latest code for later retrieval */ conn->data->info.httpcode=code; Loading