summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-08-13 14:25:12 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-08-13 14:25:12 +0200
commit23af83eeef3d6a307034291ac72d30418e987137 (patch)
tree37675286a17235cf8a1f7bfe606192b8abfac25e /lib/Smokeping.pm
parent6d1e217ce8d598b81b54a934c6ae8f7217445818 (diff)
downloadsmokeping-23af83eeef3d6a307034291ac72d30418e987137.tar.gz
smokeping-23af83eeef3d6a307034291ac72d30418e987137.tar.xz
removed excell function call arguments
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
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}) {