diff options
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index 79643458c..47f3216a0 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -92,7 +92,7 @@ struct globals { | |||
92 | uint32_t localnet_ip; | 92 | uint32_t localnet_ip; |
93 | } FIX_ALIASING; | 93 | } FIX_ALIASING; |
94 | #define G (*(struct globals*)bb_common_bufsiz1) | 94 | #define G (*(struct globals*)bb_common_bufsiz1) |
95 | #define INIT_G() do { } while (0) | 95 | #define INIT_G() do { setup_common_bufsiz(); } while (0) |
96 | 96 | ||
97 | 97 | ||
98 | /** | 98 | /** |