projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f95938c
)
src/utils_format_graphite.c: Re-insert blank line.
author
Florian Forster
<ff@octo.it>
Mon, 12 Sep 2016 18:19:57 +0000
(20:19 +0200)
committer
GitHub
<noreply@github.com>
Mon, 12 Sep 2016 18:19:57 +0000
(20:19 +0200)
src/utils_format_graphite.c
patch
|
blob
|
history
diff --git
a/src/utils_format_graphite.c
b/src/utils_format_graphite.c
index
f09e0bc
..
0af586f
100644
(file)
--- a/
src/utils_format_graphite.c
+++ b/
src/utils_format_graphite.c
@@
-161,6
+161,7
@@
static int gr_format_name (char *ret, int ret_len,
}
else
sstrncpy (tmp_type, n_type, sizeof (tmp_type));
+
/* Assert always_append_ds -> ds_name */
assert (!(flags & GRAPHITE_ALWAYS_APPEND_DS) || (ds_name != NULL));
if (ds_name != NULL)