From 801be7e51100c03e43e7f25e8cafd8d571aaa8e5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 7 Jul 2002 01:12:00 +0000 Subject: Check for resurrection --- pingd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pingd') diff --git a/pingd b/pingd index a9f8dad..cc82401 100755 --- a/pingd +++ b/pingd @@ -1,7 +1,7 @@ #!/usr/bin/perl -wT # (c) 2002 Peter Palfrader -# $Id: pingd,v 1.20 2002/07/06 23:22:25 weasel Exp $ +# $Id: pingd,v 1.21 2002/07/07 01:11:59 weasel Exp $ # =pod @@ -367,6 +367,7 @@ sub daemon_run() { $scheduler->add('commitprospectives' , Echolot::Config::get()->{'commitprospectives'} , 0, \&commit_prospective_address ); $scheduler->add('expire' , Echolot::Config::get()->{'expire'} , 0, \&expire ); $scheduler->add('getkeyconf' , Echolot::Config::get()->{'getkeyconf'} , 0, \&Echolot::Conf::send_requests ); + $scheduler->add('check_resurrection' , Echolot::Config::get()->{'check_resurrection'} , 0, \&Echolot::Conf::check_resurrection ); $scheduler->run(); -- cgit v1.2.3