From 295844e3ffd58cd9bc1c7f60f6c3baabbfb206b7 Mon Sep 17 00:00:00 2001 From: nsayer Date: Wed, 16 May 2001 20:34:42 +0000 Subject: Since the root-on-insecure-tty code was added to telnetd, a dependency on char *line was added to libtelnet. Put a dummy one in to keep the linker happy. --- crypto/telnet/telnet/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/telnet') diff --git a/crypto/telnet/telnet/main.c b/crypto/telnet/telnet/main.c index b165f4a..30cdb18 100644 --- a/crypto/telnet/telnet/main.c +++ b/crypto/telnet/telnet/main.c @@ -78,6 +78,8 @@ char *ipsec_policy_in = NULL; char *ipsec_policy_out = NULL; #endif +char *line; /* the telnetd side of libtelnet needs this */ + int family = AF_UNSPEC; /* -- cgit v1.1