From 5843973f4a0a18ddcb419cf75eedf0fb820be5b5 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 13 Sep 2008 17:46:50 +0000 Subject: Fix TELOPT(opt) when opt > TELOPT_TN3270E. PR: 127194 Submitted by: Joost Bekkers MFC after: 1 month --- include/arpa/telnet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/arpa') diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index c937f03..26f75fb 100644 --- a/include/arpa/telnet.h +++ b/include/arpa/telnet.h @@ -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 -- cgit v1.1