mirror of
https://github.com/sheumann/telnetd.git
synced 2025-08-07 23:24:57 +00:00
Fix an external declaration that was causing telnetd to core dump.
MFC after: 1 week PR: 37766 git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@96108 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
@@ -60,7 +60,7 @@ DesData ck;
|
||||
IdeaData ik;
|
||||
|
||||
extern int auth_debug_mode;
|
||||
extern char *line;
|
||||
extern char line[];
|
||||
|
||||
static int sra_valid = 0;
|
||||
static int passwd_sent = 0;
|
||||
|
Reference in New Issue
Block a user