X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtHandle.pm;h=8d766732777e31a90dc5c74f735ea3ca5136ae75;hb=8081646e932b160975ad061a7a2741418b099761;hp=c5f6cc81b2a7edcf0043b94e37ac2665d5dbceae;hpb=624fab70a1d3994e74f7121c449b67c174afef29;p=spider.git diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index c5f6cc81..8d766732 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -1860,7 +1860,7 @@ sub find_pc9x_routes if ($ref->isa('Route::User')) { my $dxchan = DXChannel::get($to); push @parent, $to if $dxchan; - push @parent, @{$ref->parent}; + push @parent, $ref->parents; } else { @parent = $to; }