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;
|
applet_long_options = ifenslave_longopts;
|
||||||
#endif
|
#endif
|
||||||
|
INIT_G();
|
||||||
|
|
||||||
opt = getopt32(argv, "cdf");
|
opt = getopt32(argv, "cdf");
|
||||||
argv += optind;
|
argv += optind;
|
||||||
if (opt & (opt-1)) /* options check */
|
if (opt & (opt-1)) /* options check */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user