summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 574d3c5)
raw | patch | inline | side by side (parent: 574d3c5)
author | Kevin Bowling <kbowling@llnw.com> | |
Wed, 11 Jun 2014 08:44:02 +0000 (01:44 -0700) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Wed, 13 Aug 2014 12:05:25 +0000 (14:05 +0200) |
src/write_tsdb.c | patch | blob | history |
diff --git a/src/write_tsdb.c b/src/write_tsdb.c
index 8b10fd6193344ca2c06fbd2966b56b7cc63bf546..bf83560cf32dcca9eb63f7f64508f6c79cfa31e5 100644 (file)
--- a/src/write_tsdb.c
+++ b/src/write_tsdb.c
char *temp = NULL;
char *tags = "";
char message[1024];
+ char *host_tags = cb->host_tags ? cb->host_tags : "";
const char *message_fmt;
const char *meta_tsdb = "tsdb_tags";
value,
host,
tags,
- cb->host_tags);
+ host_tags);
sfree(temp);