X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fredis.c;h=2d33e2dc9493479e6d30c41e85b0349e10ac5baf;hb=b9b5e5d573d0011c4f3276e9b84b73ba4dd2e870;hp=7c704ab5586ff1598fb422ba50c77b5064a68ee8;hpb=9f77f493ef7cf6077deaa2385d2392d144cf606f;p=collectd.git diff --git a/src/redis.c b/src/redis.c index 7c704ab5..2d33e2dc 100644 --- a/src/redis.c +++ b/src/redis.c @@ -76,7 +76,7 @@ struct redis_node_s { redis_node_t *next; }; -static redis_node_t *nodes_head = NULL; +static redis_node_t *nodes_head; static int redis_node_add(const redis_node_t *rn) /* {{{ */ {