summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aaacc27)
raw | patch | inline | side by side (parent: aaacc27)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 16 Apr 2016 11:58:02 +0000 (13:58 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 16 Apr 2016 11:58:02 +0000 (13:58 +0200) |
Found with Coccinelle
src/pyvalues.c | patch | blob | history |
diff --git a/src/pyvalues.c b/src/pyvalues.c
index 3c52ce5d74f08da472b1426b4105595f06157b00..0ba04360687a5906d32e1a51276137dce655b78d 100644 (file)
--- a/src/pyvalues.c
+++ b/src/pyvalues.c
value_list.values_len = size;
value_list.time = DOUBLE_TO_CDTIME_T(time);
value_list.interval = DOUBLE_TO_CDTIME_T(interval);
- value_list.meta = cpy_build_meta(meta);;
+ value_list.meta = cpy_build_meta(meta);
if (value_list.host[0] == 0)
sstrncpy(value_list.host, hostname_g, sizeof(value_list.host));
if (value_list.plugin[0] == 0)