summaryrefslogtreecommitdiff
path: root/Echolot/Conf.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-08-18 06:18:00 +0000
committerPeter Palfrader <peter@palfrader.org>2002-08-18 06:18:00 +0000
commitb0857c6ae2ecd211b7f356a50e32ccc1b021e2a7 (patch)
tree97f4bca3d4401f259b587ff8226828a236d0dd89 /Echolot/Conf.pm
parent93060fafb9c895aee5252e03d12bec14dfdf12bf (diff)
Fixed for real
Diffstat (limited to 'Echolot/Conf.pm')
-rw-r--r--Echolot/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Conf.pm b/Echolot/Conf.pm
index ed77b51..1b0ad9d 100644
--- a/Echolot/Conf.pm
+++ b/Echolot/Conf.pm
@@ -1,7 +1,7 @@
package Echolot::Conf;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Conf.pm,v 1.24 2002/08/18 06:16:25 weasel Exp $
+# $Id: Conf.pm,v 1.25 2002/08/18 06:18:00 weasel Exp $
#
=pod
@@ -58,7 +58,7 @@ sub send_requests($;$) {
for my $type (qw{conf key help stats adminkey}) {
- next if ($which ne 'all' && $this_call_id ne (Echolot::Tools::makeShortNumHash($address.$type) % $send_every_n_calls));
+ next if ($which ne $address && $this_call_id ne (Echolot::Tools::makeShortNumHash($address.$type) % $send_every_n_calls));
print "Sending $type requests to ".$address."\n"
if Echolot::Config::get()->{'verbose'};