try to fix PC39s deleting more of the table than they should
authorminima <minima>
Tue, 21 Aug 2001 10:27:33 +0000 (10:27 +0000)
committerminima <minima>
Tue, 21 Aug 2001 10:27:33 +0000 (10:27 +0000)
perl/DXProt.pm

index 615dfdd08316b24cfec90b12ef8e0da2dc878291..b4be90c0f4a88fba2cb60363029c2fb9530a3c71 100644 (file)
@@ -1718,7 +1718,7 @@ sub disconnect
        my $node = Route::Node::get($call);
        my @rout;
        if ($node) {
-               @rout = $node->del_nodes;    # at the next level
+#              @rout = $node->del_nodes;    # at the next level
                @rout = $node->del($main::routeroot);
        }