mirror of
https://github.com/sheumann/hush.git
synced 2024-11-14 05:05:59 +00:00
ifenslave: add forgotten INIT_G()
This commit is contained in:
parent
0953336951
commit
38100a4ebe
@ -174,6 +174,8 @@ int ifenslave_main(int argc ATTRIBUTE_UNUSED, char **argv)
|
||||
|
||||
applet_long_options = ifenslave_longopts;
|
||||
#endif
|
||||
INIT_G();
|
||||
|
||||
opt = getopt32(argv, "cdf");
|
||||
argv += optind;
|
||||
if (opt & (opt-1)) /* options check */
|
||||
|
Loading…
Reference in New Issue
Block a user