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:
markm 2002-05-06 09:46:29 +00:00
parent 8fe168e641
commit 356920ba37
1 changed files with 1 additions and 1 deletions

View File

@ -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;