From 7ea3329d5f138138384c6b8a5c2feeddf4251dd1 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 10 Jan 2009 11:45:47 +0000 Subject: MFC r183004 to stable/7: 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') diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index c937f03eacde..26f75fb31303 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.3