summaryrefslogtreecommitdiff
path: root/exclude.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-11-20 17:37:53 -0800
committerWayne Davison <wayned@samba.org>2007-11-20 17:37:53 -0800
commit29bca53f9b6c020b5bd226b6378482a203fa7df3 (patch)
treeac880b0227d574aab35d6b2f2a8f2e3c972f9dac /exclude.c
parentdc2815c1fb40ff8f40eee6e1eaf57deb7fbf1d3d (diff)
downloadrsync-29bca53f9b6c020b5bd226b6378482a203fa7df3.tar.gz
Got rid of the unused symlink parameter to sanitize_path().
Diffstat (limited to 'exclude.c')
-rw-r--r--exclude.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exclude.c b/exclude.c
index 467731c4..7d9ea352 100644
--- a/exclude.c
+++ b/exclude.c
@@ -295,7 +295,7 @@ static char *parse_merge_name(const char *merge_file, unsigned int *len_ptr,
strlcpy(to, merge_file, *len_ptr + 1);
merge_file = to;
}
- if (!sanitize_path(fn, merge_file, r, dirbuf_depth, NULL)) {
+ if (!sanitize_path(fn, merge_file, r, dirbuf_depth)) {
rprintf(FERROR, "merge-file name overflows: %s\n",
merge_file);
return NULL;