X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fexec.c;h=fc40d4a9eff65e1d1300e2160466e9e6d01402b9;hb=bf70b5ba18d3fc58f976f2923ecf7135900537a7;hp=3a09cb73cb5447605bbe677017434b4f5616adbf;hpb=ec43e8a33bdcb116e75310c7bd9daae3bc912834;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