X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FAranea.pm;h=f3d07eaf648768682c8c59019a02bacd71bcf639;hb=3c772f881b05406e916a1bf959aa1266c7e216b9;hp=3af3aee9432cd934f21f992cbd3006b3f36867a4;hpb=5b3c2c5e342c23fbab96b7573c5963344617878f;p=spider.git diff --git a/perl/Aranea.pm b/perl/Aranea.pm index 3af3aee9..f3d07eaf 100644 --- a/perl/Aranea.pm +++ b/perl/Aranea.pm @@ -55,7 +55,7 @@ sub new # add this node to the table, the values get filled in later my $pkg = shift; my $call = shift; - $main::routeroot->add($call, '5000', Route::here(1)) if $call ne $main::mycall; + $main::routeroot->add($call, '5251', Route::here(1)) if $call ne $main::mycall; $self->{'sort'} = 'W'; return $self; }