fixed client line so it unconditionally starts a connection even with
[spider.git] / perl / Msg.pm
index 774db635e627f0aeae5cc24fb7da8ce00f63116e..fd6e3b17dde3d015848675ec3f033e49381af631 100644 (file)
@@ -47,6 +47,7 @@ sub new
     my $conn = {
         rproc => $rproc,
                inqueue => [],
+               outqueue => [],
                state => 0,
                lineend => "\r\n",
                csort => 'telnet',