From: minima <minima>
Date: Sat, 3 Mar 2001 12:37:14 +0000 (+0000)
Subject: remove ALL telnet options
X-Git-Tag: R_1_47~158
X-Git-Url: http://dxspider.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f8f005a832b88884c28bea72bb61cc8d3f55c12;p=spider.git

remove ALL telnet options
---

diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm
index ce73b79f..81b9a1bc 100644
--- a/perl/ExtMsg.pm
+++ b/perl/ExtMsg.pm
@@ -118,7 +118,7 @@ sub new_client {
 		$conn->{state} = 'WL';
 #		$conn->send_raw("\xff\xfe\x01\xff\xfc\x01\ff\fd\x22");
 #		$conn->send_raw("\xff\xfa\x22\x01\x01\xff\xf0");
-		$conn->send_raw("\xFF\xFC\x01");
+#		$conn->send_raw("\xFF\xFC\x01");
 		_send_file($conn, "$main::data/issue");
 		$conn->send_raw("login: ");
     } else {