From: Wayne Davison Date: Sun, 8 Oct 2017 15:39:35 +0000 (-0700) Subject: Fix double-fuzzy + link-dest issue. X-Git-Tag: v3.1.3pre1~23 X-Git-Url: http://git.samba.org/samba.git/?p=rsync.git;a=commitdiff_plain;h=136c6c77343c935a39c64044f3a21ee352ee9a11 Fix double-fuzzy + link-dest issue. Fixes bug 11866. --- diff --git a/generator.c b/generator.c index fe5fece1..af2e2902 100644 --- a/generator.c +++ b/generator.c @@ -1755,7 +1755,7 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, if (fnamecmp_type <= FNAMECMP_BASIS_DIR_HIGH) ; - else if (fnamecmp_type == FNAMECMP_FUZZY) + else if (fnamecmp_type >= FNAMECMP_FUZZY) ; else if (unchanged_file(fnamecmp, file, &sx.st)) { if (partialptr) {