X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fspoof.pl;h=d4be673fbb24a5d905785710a73a5697730f6cb0;hb=bcf3a91dcafdb63c46120cae5dec6a105edcfcf1;hp=c6d93e78da0bb8951d9aa07f978ebf3d0f7f0d85;hpb=dec0e10eb89ce1800f7814b80326e1a827eafeab;p=spider.git diff --git a/cmd/spoof.pl b/cmd/spoof.pl index c6d93e78..d4be673f 100644 --- a/cmd/spoof.pl +++ b/cmd/spoof.pl @@ -35,7 +35,7 @@ unless ($user) { # set up basic environment $self->call($call); $self->user($user); -my $addr = $self->hostname || '127.0.0.1' +my $addr = $self->hostname || '127.0.0.1'; Log('cmd', "$self->{call}|$addr|spoof|$line"); my @in = $self->run_cmd($newline); push @out, map {"spoof $call: $_"} @in;