aboutsummaryrefslogtreecommitdiff
path: root/networking/telnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/telnet.c')
-rw-r--r--networking/telnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnet.c b/networking/telnet.c
index a59450505..caca89d2d 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -79,7 +79,7 @@ struct globals {
79 struct termios termios_raw; 79 struct termios termios_raw;
80}; 80};
81 81
82#define G (*(struct globals*)bb_common_bufsiz1) 82#define G (*(struct globals*)&bb_common_bufsiz1)
83 83
84 84
85/* Function prototypes */ 85/* Function prototypes */