Code

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 e6c8128ede72cb49c511a9d9ccc35ba6b5549bdb..246095649657ac66f050c2f5de2e14a8d398875b 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
     {