X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7e43da819e205f936b56a1b7be306e4f8b113d60..184dd27a183ab3403eadbd699bc47a1f96cdd331:/util.c diff --git a/util.c b/util.c index 1297834a..5864b5dc 100644 --- a/util.c +++ b/util.c @@ -791,7 +791,7 @@ char *sanitize_path(char *dest, const char *p, const char *rootdir, int depth) * always be left pointing after a slash */ if (*p == '.' && (p[1] == '/' || p[1] == '\0')) { - if (leave_one_dotdir && p[1] && sanp != dest) + if (leave_one_dotdir && p[1]) leave_one_dotdir = 0; else { /* skip "." component */