mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:14:17 +03:00
uninitialized variable
This commit is contained in:
parent
60f19269d0
commit
65b22480f4
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ CURLcode Curl_ftp_done(struct connectdata *conn)
|
|||
ssize_t nread;
|
||||
char *buf = data->state.buffer; /* this is our buffer */
|
||||
int ftpcode;
|
||||
CURLcode result;
|
||||
CURLcode result=CURLE_OK;
|
||||
|
||||
if(data->set.upload) {
|
||||
if((-1 != data->set.infilesize) && (data->set.infilesize != *ftp->bytecountp)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue