diff options
| author | PProvost <[email protected]> | 2020-05-13 19:01:49 -0600 |
|---|---|---|
| committer | PProvost <[email protected]> | 2020-05-13 19:01:49 -0600 |
| commit | 89cb8202798dd5b7e189e33d967b4be0d54e9aee (patch) | |
| tree | 364408485557a3e3b7db50670bd5bc66f48fdb95 | |
| parent | e4af35665b08e1edb95807431eb9ff2ff935d939 (diff) | |
Updated code for RC3
| -rw-r--r-- | protocol_handlers/ftp/nxd_ftp_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol_handlers/ftp/nxd_ftp_client.c b/protocol_handlers/ftp/nxd_ftp_client.c index d8ae81a4..e85ed09e 100644 --- a/protocol_handlers/ftp/nxd_ftp_client.c +++ b/protocol_handlers/ftp/nxd_ftp_client.c @@ -4404,7 +4404,7 @@ UINT _nx_ftp_client_file_write(NX_FTP_CLIENT *ftp_client_ptr, NX_PACKET *packet { UINT status; -ULONG file_size; +ULONG file_size = 0; /* Determine if the file is open for writing. */ |
