From: minima Date: Wed, 3 Jan 2007 21:45:08 +0000 (+0000) Subject: get pc92 transfer call correct (ie don't change it) X-Git-Tag: 1.54~71 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=24550808f9ee4ba5cf6a720bb364977f7ed586af get pc92 transfer call correct (ie don't change it) --- diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index d63b6e00..d8bb6ac8 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -1411,7 +1411,7 @@ sub handle_92 return; } - $self->broadcast_route_pc9x($origin, undef, $line, 0); + $self->broadcast_route_pc9x($pcall, undef, $line, 0); foreach my $r (@rdel) { next unless $r;