From e614938797d5bbcaba7748942770a25df7015181 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 11 Jun 2002 00:09:29 +0000 Subject: nothing interesting at all --- pingd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pingd') diff --git a/pingd b/pingd index 21ce893..fc49d0f 100755 --- a/pingd +++ b/pingd @@ -1,7 +1,7 @@ #!/usr/bin/perl -wT # (c) 2002 Peter Palfrader -# $Id: pingd,v 1.1 2002/06/05 04:05:40 weasel Exp $ +# $Id: pingd,v 1.2 2002/06/11 00:09:29 weasel Exp $ # use strict; @@ -29,12 +29,12 @@ Echolot::Globals::init(); #my @addr = $storage->get_query_addresses(); -require Data::Dumper; -print Data::Dumper->Dump([Echolot::Globals::get()]); +#require Data::Dumper; +#print Data::Dumper->Dump([Echolot::Globals::get()]); #Echolot::Conf::send_requests(); Echolot::Mailin::process(); -#$storage->commit(); +Echolot::Globals::get()->{'storage'}->commit(); # vim: set ts=4 shiftwidth=4: -- cgit v1.2.3