mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
Fix an external declaration that was causing telnetd to core dump.
MFC after: 1 week PR: 37766
This commit is contained in:
parent
ae20a1b867
commit
ee2ea5ceaf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96108
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user