SHA256
1
0
forked from pool/collectd
collectd/collectd-5.5.2-exec-no-output.diff

18 lines
507 B
Diff
Raw Normal View History

Index: b/src/utils_cmd_putval.c
===================================================================
--- a/src/utils_cmd_putval.c
+++ b/src/utils_cmd_putval.c
@@ -217,10 +217,11 @@ int handle_putval (FILE *fh, char *buffe
values_submitted++;
} /* while (*buffer != 0) */
/* Done parsing the options. */
-
+#if 0
print_to_socket (fh, "0 Success: %i %s been dispatched.\n",
values_submitted,
(values_submitted == 1) ? "value has" : "values have");
+#endif
sfree (vl.values);
return (0);