aboutsummaryrefslogtreecommitdiff
path: root/networking/tcpudp.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/tcpudp.c')
-rw-r--r--networking/tcpudp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/tcpudp.c b/networking/tcpudp.c
index 624973042..31bc70459 100644
--- a/networking/tcpudp.c
+++ b/networking/tcpudp.c
@@ -101,6 +101,7 @@ struct globals {
101#define env_cur (G.env_cur ) 101#define env_cur (G.env_cur )
102#define env_var (G.env_var ) 102#define env_var (G.env_var )
103#define INIT_G() do { \ 103#define INIT_G() do { \
104 setup_common_bufsiz(); \
104 cmax = 30; \ 105 cmax = 30; \
105 env_cur = &env_var[0]; \ 106 env_cur = &env_var[0]; \
106} while (0) 107} while (0)