ifenslave: add forgotten INIT_G()
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 20 May 2008 18:57:35 +0000 (18:57 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 20 May 2008 18:57:35 +0000 (18:57 -0000)
networking/ifenslave.c

index 983d9d096f8ec271a5adf50ce65d432a26bda673..f3b4d7466a21344ffd21db0bf134d721c982574c 100644 (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 */