summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f95938c)
raw | patch | inline | side by side (parent: f95938c)
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 |
index f09e0bc8400db3453f62315b9fc12a9c616601ad..0af586ffa2a29816d75829364e695bb6d61e6408 100644 (file)
}
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)