*: add most of the required setup_common_bufsiz() calls
[oweals/busybox.git] / networking / telnet.c
index 2946bc831e38d852b78834a4f24fbff9b35088f9..d2daf5c8ce925e38ba3ddba2307873e8cfcec7e7 100644 (file)
@@ -111,6 +111,7 @@ struct globals {
 } FIX_ALIASING;
 #define G (*(struct globals*)bb_common_bufsiz1)
 #define INIT_G() do { \
+       setup_common_bufsiz(); \
        BUILD_BUG_ON(sizeof(G) > COMMON_BUFSIZE); \
 } while (0)