get to a reasonably stable stage in the route info exchange.
[spider.git] / perl / DXProtout.pm
index d27730621559a9915709c1d3fdc5086bc6f1b4ed..d035f7ae605a0faeb77af87b5534ee3f1eada2b5 100644 (file)
@@ -107,8 +107,8 @@ sub pc16
 sub pc17
 {
        my @out;
+       my $node = shift;
        while (@_) {
-               my $node = shift;
                my $ref = shift;
                my $hops = get_hops(17);
                my $ncall = $node->call;