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