projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9a0fae
)
redis plugin: fix issue found by master aggregation tests
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Mon, 28 May 2018 14:00:04 +0000
(21:00 +0700)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Mon, 28 May 2018 14:00:04 +0000
(21:00 +0700)
src/redis.c
patch
|
blob
|
history
diff --git
a/src/redis.c
b/src/redis.c
index
47fa28d
..
6aee49b
100644
(file)
--- a/
src/redis.c
+++ b/
src/redis.c
@@
-381,7
+381,7
@@
static int redis_db_stats(char *node, char const *info_line) /* {{{ */
for (int db = 0; db < REDIS_DEF_DB_COUNT; db++) {
static char buf[MAX_REDIS_VAL_SIZE];
- static char field_name[1
1
];
+ static char field_name[1
2
];
static char db_id[3];
value_t val;
char *str;