*: add most of the required setup_common_bufsiz() calls
[oweals/busybox.git] / networking / ifupdown.c
index 399ff6b5d080d694408e15447211f24119b7fe5c..25b04c9d75cc61da4575eb13606dce9d3ba34d83 100644 (file)
@@ -131,7 +131,7 @@ struct globals {
        char *shell;
 } FIX_ALIASING;
 #define G (*(struct globals*)bb_common_bufsiz1)
-#define INIT_G() do { } while (0)
+#define INIT_G() do { setup_common_bufsiz(); } while (0)
 
 
 static const char keywords_up_down[] ALIGN1 =