X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fexec.c;h=fc40d4a9eff65e1d1300e2160466e9e6d01402b9;hb=c76419c0cf983f1ecd3d36aa236cc4e3f9cff733;hp=3a09cb73cb5447605bbe677017434b4f5616adbf;hpb=f2f7049e8faff8043b12d7c7548d9398d3b3ada4;p=collectd.git diff --git a/src/exec.c b/src/exec.c index 3a09cb73..fc40d4a9 100644 --- a/src/exec.c +++ b/src/exec.c @@ -547,7 +547,7 @@ failed: static int parse_line (char *buffer) /* {{{ */ { if (strncasecmp ("PUTVAL", buffer, strlen ("PUTVAL")) == 0) - return (handle_putval (stdout, buffer)); + return (cmd_handle_putval (stdout, buffer)); else if (strncasecmp ("PUTNOTIF", buffer, strlen ("PUTNOTIF")) == 0) return (handle_putnotif (stdout, buffer)); else