ifenslave: add forgotten INIT_G()

This commit is contained in:
Denis Vlasenko 2008-05-20 18:57:35 +00:00
parent 0953336951
commit 38100a4ebe

View File

@ -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 */