projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
747aeab
)
utils_cmd_flush.c: Terminate all lines printed to the socket with a newline.
author
Sebastian Harl
<sh@tokkee.org>
Sat, 22 Mar 2008 16:21:45 +0000
(17:21 +0100)
committer
Florian Forster
<octo@huhu.verplant.org>
Mon, 24 Mar 2008 10:59:33 +0000
(11:59 +0100)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/utils_cmd_flush.c
patch
|
blob
|
history
diff --git
a/src/utils_cmd_flush.c
b/src/utils_cmd_flush.c
index
6832493
..
c214d07
100644
(file)
--- a/
src/utils_cmd_flush.c
+++ b/
src/utils_cmd_flush.c
@@
-118,7
+118,7
@@
int handle_flush (FILE *fh, char **fields, int fields_num)
else
{
plugin_flush_all (fi.timeout);
- fprintf (fh, "0 Done");
+ fprintf (fh, "0 Done
\n
");
}
fflush (fh);