diff options
Diffstat (limited to 'Echolot/Pinger.pm')
-rw-r--r-- | Echolot/Pinger.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Echolot/Pinger.pm b/Echolot/Pinger.pm index cebfe05..a66ca30 100644 --- a/Echolot/Pinger.pm +++ b/Echolot/Pinger.pm @@ -1,7 +1,7 @@ package Echolot::Pinger; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Pinger.pm,v 1.2 2002/06/11 10:08:19 weasel Exp $ +# $Id: Pinger.pm,v 1.3 2002/06/11 10:17:09 weasel Exp $ # =pod @@ -70,8 +70,8 @@ sub do_ping($$$) { }; sub send_pings() { - my $call_intervall = Echolot::Config::get()->{'pinger_interval'} - my $send_every_n_calls = Echolot::Config::get()->{'ping_every_nth_time'} + my $call_intervall = Echolot::Config::get()->{'pinger_interval'}; + my $send_every_n_calls = Echolot::Config::get()->{'ping_every_nth_time'}; my $now = time(); |