X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/13a1f7929ed05c652dc1b3eb4489ced01c8616f1..31e125226d429c2f6df010a9277bb9ebfdc2cf54:/exclude.c diff --git a/exclude.c b/exclude.c index a55b2f62..139c0b43 100644 --- a/exclude.c +++ b/exclude.c @@ -25,7 +25,7 @@ extern int verbose; -static char **exclude_list = NULL; +static char **exclude_list; static int is_regex(char *str) {