multicall: load config file data as early as possible
This commit is contained in:
parent
5b27d8408c
commit
b4e35c442e
2 changed files with 5 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ main(int argc, char *argv[])
|
|||
argv0 = basename(argv[0]);
|
||||
const struct if_applet **app;
|
||||
|
||||
lif_config_load(CONFIG_FILE);
|
||||
|
||||
app = bsearch(argv0, applet_table,
|
||||
ARRAY_SIZE(applet_table), sizeof(*applet_table),
|
||||
applet_cmp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue