ifenslave: add forgotten INIT_G()

1_11_stable
Denis Vlasenko 2008-05-20 18:57:35 +00:00
parent 0953336951
commit 38100a4ebe
1 changed files with 2 additions and 0 deletions

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