multicall: fix handling of -X options, closes #155

This commit is contained in:
Ariadne Conill 2021-06-01 10:30:57 -06:00
parent 6175961880
commit 9467f85067

View file

@ -39,7 +39,7 @@ set_include_pattern(const char *opt_arg)
static void static void
set_exclude_pattern(const char *opt_arg) set_exclude_pattern(const char *opt_arg)
{ {
match_opts.include_pattern = opt_arg; match_opts.exclude_pattern = opt_arg;
} }
static struct if_option match_options[] = { static struct if_option match_options[] = {