fix here so that it is either on or off and remove all the Route::here
[spider.git] / perl / cluster.pl
index d7b3228f6b2aac52ff4602d7a6242aeeb2c6c034..1f225b592862c76e217ca6bc8e9f39082e1cf9fb 100755 (executable)
@@ -267,7 +267,7 @@ DXProt->init();
 Aranea->init();
 
 # put in a DXCluster node for us here so we can add users and take them away
-$routeroot = Route::Node->new($mycall, $version*100+5252, Route::here($main::me->here)|Route::conf($main::me->conf));
+$routeroot = Route::Node->new($mycall, $version*100+5252, $main::me->here);
 
 # make sure that there is a routing OUTPUT node default file
 #unless (Filter::read_in('route', 'node_default', 0)) {