diff options
Diffstat (limited to 'networking/ftpd.c')
-rw-r--r-- | networking/ftpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/ftpd.c b/networking/ftpd.c index 8553a28f5..360d1e6be 100644 --- a/networking/ftpd.c +++ b/networking/ftpd.c | |||
@@ -126,6 +126,7 @@ struct globals { | |||
126 | } FIX_ALIASING; | 126 | } FIX_ALIASING; |
127 | #define G (*(struct globals*)bb_common_bufsiz1) | 127 | #define G (*(struct globals*)bb_common_bufsiz1) |
128 | #define INIT_G() do { \ | 128 | #define INIT_G() do { \ |
129 | setup_common_bufsiz(); \ | ||
129 | /* Moved to main */ \ | 130 | /* Moved to main */ \ |
130 | /*strcpy(G.msg_ok + 4, MSG_OK );*/ \ | 131 | /*strcpy(G.msg_ok + 4, MSG_OK );*/ \ |
131 | /*strcpy(G.msg_err + 4, MSG_ERR);*/ \ | 132 | /*strcpy(G.msg_err + 4, MSG_ERR);*/ \ |