X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FExtMsg.pm;h=f3f473ab7cb776b5cbd932f74e7e65edb36c5743;hb=fbb19552226356d5c01ba474f3923f4ccd710cab;hp=6b2cce7d5059aea87f97a3af8d70632378aaf4da;hpb=450f32dc7ea97f6bf32c96eb74e1fa48660b07f3;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};