multicall: migrate match options to shared collection

This commit is contained in:
Ariadne Conill 2020-08-11 22:37:36 -06:00
parent f871002ecc
commit 52509c508c
5 changed files with 17 additions and 33 deletions

View file

@ -204,7 +204,6 @@ ifupdown_main(int argc, char *argv[])
{"no-lock", no_argument, 0, 'L'},
{NULL, 0, 0, 0}
};
struct match_options match_opts = {};
for (;;)
{