Skip to content
Snippets Groups Projects
Commit 003eb8fa authored by rswindell's avatar rswindell
Browse files

Stop send loop in send_files() if remotely cancelled.

parent 1bcc9174
Branches
Tags
No related merge requests found
......@@ -866,6 +866,9 @@ static int send_files(char** fname, uint fnames)
break;
}
if(xm.cancelled || zm.cancelled)
break;
} /* while(gi<(int)g.gl_pathc) */
if(gi<(int)g.gl_pathc)/* error occurred */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment