contrib/exec-munin.px: Fix a typo in the config handling functions.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 10 Feb 2008 15:10:40 +0000 (16:10 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 10 Feb 2008 15:10:40 +0000 (16:10 +0100)
contrib/exec-munin.px

index e6c8128..2460956 100755 (executable)
@@ -143,7 +143,7 @@ sub handle_config
     }
     elsif (ref ($config->{'script'}) eq '')
     {
-      handle_config_addtype ([$config->{'script'}]);
+      handle_config_script ([$config->{'script'}]);
     }
     else
     {