From beaf49540079b193da4639b48601e85365899904 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 14 Jan 2006 00:29:50 +0000 Subject: [PATCH] Added a "continue" missing from a recent change. --- flist.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.34.1