From d0e999102802c57e45b9d3a31261caca6ae691c3 Mon Sep 17 00:00:00 2001 From: minima Date: Sat, 3 Mar 2001 12:32:14 +0000 Subject: [PATCH] remove telnet escape sequence sending --- Changes | 2 ++ perl/ExtMsg.pm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index c98c83f2..bbb26d86 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +03Mar01======================================================================= +1. allow incoming and outgoing IP connects direct to cluster.pl 28Feb01======================================================================= 1. allow sh/c gb7 (ie show the config of all gb7 nodes)(for example) 2. get rid of spurious DXHash 'uninitialised' messages if no corresponding diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index 5b38fa67..09008781 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -32,9 +32,9 @@ sub enqueue if ($msg =~ /^E[-\w]+\|([01])/) { $conn->{echo} = $1; if ($1) { - $conn->send_raw("\xFF\xFC\x01"); +# $conn->send_raw("\xFF\xFC\x01"); } else { - $conn->send_raw("\xFF\xFB\x01"); +# $conn->send_raw("\xFF\xFB\x01"); } } else { $msg =~ s/^[-\w]+\|//; -- 2.34.1