From 23af83eeef3d6a307034291ac72d30418e987137 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Mon, 13 Aug 2007 12:25:12 +0000 Subject: removed excell function call arguments --- lib/Smokeping.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Smokeping.pm') diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index ea78e06..6de126f 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -3513,7 +3513,7 @@ sub main (;$) { shared_secret => $secret, }; # this should get us a config set from the server - Smokeping::Slave::submit_results($slave_cfg,\$::cfg,undef,{},'',undef); + Smokeping::Slave::submit_results($slave_cfg,$cfg); } else { if(defined $opt{'check'}) { verify_cfg($cfgfile); exit 0; } if($opt{reload}) { -- cgit v1.2.3-24-g4f1b