mirror of
https://github.com/curl/curl.git
synced 2025-09-16 09:02:40 +03:00
parent
372b95f77f
commit
0546ed54c2
|
@ -2675,7 +2675,7 @@ static CURLcode ftp_statemachine(struct Curl_easy *data,
|
||||||
int ftpcode;
|
int ftpcode;
|
||||||
struct ftp_conn *ftpc = &conn->proto.ftpc;
|
struct ftp_conn *ftpc = &conn->proto.ftpc;
|
||||||
struct pingpong *pp = &ftpc->pp;
|
struct pingpong *pp = &ftpc->pp;
|
||||||
static const char ftpauth[][4] = { "SSL", "TLS" };
|
static const char * const ftpauth[] = { "SSL", "TLS" };
|
||||||
size_t nread = 0;
|
size_t nread = 0;
|
||||||
|
|
||||||
if(pp->sendleft)
|
if(pp->sendleft)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user