Skip to content
Snippets Groups Projects
Commit 13678f34 authored by rswindell's avatar rswindell
Browse files

Default "send_files" state to FALSE rather than TRUE, so if no files are even

attempted to be sent (e.g. there are file open failures for all files), then we
won't call zmodem_get_zfin() - we never sent a ZINIT! Just return -1.
parent aa976430
Branches
Tags
No related merge requests found
......@@ -920,7 +920,7 @@ static int send_files(char** fname, uint fnames)
uint cps;
glob_t g;
int gi;
BOOL success=TRUE;
BOOL success=FALSE;
uint64_t fsize;
uint64_t sent_bytes;
uint64_t total_bytes=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment