X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=d99dd3df1540f8a0a819439c01d1a4a063ae9fa6;hb=7de34899527cbc4dfacdcc6452926b3d2d73792c;hp=61e72661270c41c552c61ae54027accb7879b890;hpb=09c40605dd6922b1ac8d08767614697f51e094b2;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 61e72661..d99dd3df 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -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');