change the Hello to use default values
[spider.git] / perl / Aranea.pm
index 3af3aee9432cd934f21f992cbd3006b3f36867a4..f3d07eaf648768682c8c59019a02bacd71bcf639 100644 (file)
@@ -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;
 }