Added a "continue" missing from a recent change.
[rsync/rsync.git] / flist.c
diff --git a/flist.c b/flist.c
index a9354b9..df9988a 100644 (file)
--- 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);