Fix TELOPT(opt) when opt > TELOPT_TN3270E.

PR:		127194
Submitted by:	Joost Bekkers
MFC after:	1 month


git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@183004 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
antoine 2008-09-13 17:46:50 +00:00
parent 180a45c5fb
commit 2846fec647
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@ const char *telopts[NTELOPTS+1] = {
"TACACS UID", "OUTPUT MARKING", "TTYLOC",
"3270 REGIME", "X.3 PAD", "NAWS", "TSPEED", "LFLOW",
"LINEMODE", "XDISPLOC", "OLD-ENVIRON", "AUTHENTICATION",
"ENCRYPT", "NEW-ENVIRON", "TN3270E", "CHARSET", "COM-PORT",
"KERMIT",
"ENCRYPT", "NEW-ENVIRON", "TN3270E", "XAUTH", "CHARSET",
"RSP", "COM-PORT", "SLE", "STARTTLS", "KERMIT",
0
};
#define TELOPT_FIRST TELOPT_BINARY