From: Wayne Davison Date: Sat, 14 Jan 2006 00:29:50 +0000 (+0000) Subject: Added a "continue" missing from a recent change. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/beaf49540079b193da4639b48601e85365899904 Added a "continue" missing from a recent change. --- diff --git a/flist.c b/flist.c index a9354b9c..df9988a7 100644 --- a/flist.c +++ b/flist.c @@ -1035,6 +1035,7 @@ static void send_directory(int f, struct file_list *flist, rprintf(FINFO, "cannot send long-named file %s\n", full_fname(fbuf)); + continue; } send_file_name(f, flist, fbuf, 0);