Added a "continue" missing from a recent change.
authorWayne Davison <wayned@samba.org>
Sat, 14 Jan 2006 00:29:50 +0000 (00:29 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 14 Jan 2006 00:29:50 +0000 (00:29 +0000)
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);