From: minima Date: Wed, 16 May 2001 22:36:50 +0000 (+0000) Subject: only put somthing in lastt if it is actively being moved X-Git-Tag: OLDROUTE_1_48~11 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=4dfab83fae1e3a449d9057489362c876e7164136 only put somthing in lastt if it is actively being moved --- diff --git a/perl/DXMsg.pm b/perl/DXMsg.pm index 381c4233..428f87e9 100644 --- a/perl/DXMsg.pm +++ b/perl/DXMsg.pm @@ -102,7 +102,7 @@ sub alloc $self->{'read'} = shift; $self->{rrreq} = shift; $self->{gotit} = []; - $self->{lastt} = $main::systime; +# $self->{lastt} = $main::systime; $self->{lines} = []; $self->{private} = 1 if $bulltopriv && DXUser->get_current($self->{to});