X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMsg.pm;h=7af8566e09f800f56b232b471945bdd40c827581;hb=8cf5b21b8c40d97b30a0f605247bc65210df734f;hp=fd6e3b17dde3d015848675ec3f033e49381af631;hpb=838a7345a2540d9707dacf2ff61431b214e4cdac;p=spider.git diff --git a/perl/Msg.pm b/perl/Msg.pm index fd6e3b17..7af8566e 100644 --- a/perl/Msg.pm +++ b/perl/Msg.pm @@ -119,7 +119,7 @@ sub _send { my ($conn, $flush) = @_; my $sock = $conn->{sock}; return unless defined($sock); - my ($rq) = $conn->{outqueue}; + my $rq = $conn->{outqueue}; # If $flush is set, set the socket to blocking, and send all # messages in the queue - return only if there's an error