X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FExtMsg.pm;h=f3f473ab7cb776b5cbd932f74e7e65edb36c5743;hb=7f7535c09c58067e628590d92ae1953e9f6df83b;hp=6b2cce7d5059aea87f97a3af8d70632378aaf4da;hpb=503168fd0f513720c544c62a593b8d9cb2bb778d;p=spider.git diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index 6b2cce7d..f3f473ab 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -365,6 +365,7 @@ sub _doclient $conn->conns($call); $conn->{csort} = $f[1] if $f[1]; $conn->{state} = 'C'; + eval {$conn->{peerhost} = $conn->{sock}->peerhost} unless $conn->ax25; &{$conn->{rproc}}($conn, "O$call|$conn->{csort}"); delete $conn->{cmd}; $conn->{timeout}->del if $conn->{timeout};