X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0ee6ca9800ef1f044a235804f07ab25f1e46e19d..beaf49540079b193da4639b48601e85365899904:/flist.c 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);