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