made ssids unique everywhere
[spider.git] / perl / DXProt.pm
index 61e72661270c41c552c61ae54027accb7879b890..d99dd3df1540f8a0a819439c01d1a4a063ae9fa6 100644 (file)
@@ -844,6 +844,9 @@ sub finish
        # now broadcast to all other ak1a nodes that I have gone
        broadcast_ak1a(pc21($call, 'Gone.'), $self) unless $self->{isolate};
 
+       # I was the last node visited
+    $self->user->node($main::mycall);
+
        # send info to all logged in thingies
        $self->tell_login('logoutn');