fix here so that it is either on or off and remove all the Route::here
[spider.git] / perl / DXCommandmode.pm
index 72144d91ea2f302b65a03552cd9728f94797c96c..753f59f79e4788e5211c77353c3d891de8b38789 100644 (file)
@@ -68,7 +68,7 @@ sub new
        # routing, this must go out here to prevent race condx
        my $pkg = shift;
        my $call = shift;
-       my @rout = $main::routeroot->add_user($call, Route::here(1));
+       my @rout = $main::routeroot->add_user($call, 1);
 
        
        my $ref = Route::User::get($call);