X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/14b61c63f00785c36e769142d98253229bde7354..495723bb26632d78c7693799491fb3b9c3b326be:/util.c diff --git a/util.c b/util.c index d197a5f7..fd630099 100644 --- a/util.c +++ b/util.c @@ -476,7 +476,8 @@ static int exclude_server_path(char *arg) if (server_exclude_list) { for (s = arg; (s = strchr(s, '/')) != NULL; ) { *s = '\0'; - if (check_exclude(server_exclude_list, arg, 1)) { + if (check_exclude(server_exclude_list, arg, 1, + "server pattern")) { /* We must leave arg truncated! */ return 1; }