fix nop
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 22 Feb 2019 11:47:33 +0000 (12:47 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 22 Feb 2019 11:47:33 +0000 (12:47 +0100)
terminal-server.pl

index 115e29b..4b964ed 100755 (executable)
@@ -110,7 +110,7 @@ while(1) {
                        # XXX it's important to sleep, before sending response or
                        # interface on terminal device will be unresponsive
                        sleep 1;
-                       client_send  "$1";
+                       client_send  ".NOP";
                } elsif ( $line =~ m/^\.END/ ) {
                        client_send  ".DONE BLK WAIT";
                        client_send  ".NOP";