From: minima Date: Mon, 7 Mar 2005 23:36:39 +0000 (+0000) Subject: try again X-Git-Tag: R_1_52~117 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=773b7d7544bc4c597acfa99e85893a4a90add095;p=spider.git try again --- diff --git a/perl/Thingy/Ping.pm b/perl/Thingy/Ping.pm index 14c4ea6a..f61aafbe 100644 --- a/perl/Thingy/Ping.pm +++ b/perl/Thingy/Ping.pm @@ -98,7 +98,7 @@ sub handle } else { # it's a reply, look in the ping list for this one - my $ref = $ping{$thing->{id}} if $thing->{id} + my $ref = $ping{$thing->{id}} if exists $thing->{id}; $ref ||= $thing->find; if ($ref) { my $t = tv_interval($thing->{t}, [ gettimeofday ]);