summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ecdfcec)
raw | patch | inline | side by side (parent: ecdfcec)
author | Markus Knetschke <markus.knetschke@gmail.com> | |
Sun, 23 Dec 2012 10:02:42 +0000 (11:02 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 27 Mar 2013 22:57:21 +0000 (23:57 +0100) |
Signed-off-by: Markus Knetschke <markus.knetschke@gmail.com>
Signed-off-by: Florian Forster <octo@collectd.org>
Signed-off-by: Florian Forster <octo@collectd.org>
src/thermal.c | patch | blob | history |
diff --git a/src/thermal.c b/src/thermal.c
index b9d07bf5ce22fcacd55f5dcac729e4ad665b12d5..6cbe69e353c5ec31cc4213314ac672b90fdb926a 100644 (file)
--- a/src/thermal.c
+++ b/src/thermal.c
vt.gauge = value;
vl.values = &vt;
+ vl.values_len = 1;
+
sstrncpy (vl.plugin, "thermal", sizeof(vl.plugin));
sstrncpy (vl.plugin_instance, plugin_instance,
sizeof(vl.plugin_instance));