make sure that pc92 C records are sent on init with last received time
[spider.git] / perl / DXCommandmode.pm
index 6d5225bc2d7cc6ecf79676eaec3c5aabcbe4b9d2..3701c085d39823fe8ec622ec1f24f1ceb8f3812a 100644 (file)
@@ -77,7 +77,7 @@ sub new
        my $ref = Route::User::get($call);
        if ($ref) {
                $main::me->route_pc16($main::mycall, undef, $main::routeroot, $ref);
-               $main::me->route_pc92a($main::mycall, undef, $ref);
+               $main::me->route_pc92a($main::mycall, undef, $main::routeroot, $ref);
        }
 
        return $self;
@@ -580,7 +580,7 @@ sub disconnect
 
                # issue a pc17 to everybody interested
                $main::me->route_pc17($main::mycall, undef, $main::routeroot, $uref);
-               $main::me->route_pc92d($main::mycall, undef, $uref);
+               $main::me->route_pc92d($main::mycall, undef, $main::routeroot, $uref);
        } else {
                confess "trying to disconnect a non existant user $call";
        }