remove telnet escape sequence sending
authorminima <minima>
Sat, 3 Mar 2001 12:32:14 +0000 (12:32 +0000)
committerminima <minima>
Sat, 3 Mar 2001 12:32:14 +0000 (12:32 +0000)
Changes
perl/ExtMsg.pm

diff --git a/Changes b/Changes
index c98c83f2588802a32433b0602e3e8bc0ddcab982..bbb26d86e4bfa839a6a438d26cd61b8d19cc5b1e 100644 (file)
--- 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 
index 5b38fa677e43673233c7cc8ec5e7423bb6e0c03f..090087817004ce648139d1068e48d66318fad715 100644 (file)
@@ -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]+\|//;