summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 16c2502)
raw | patch | inline | side by side (parent: 16c2502)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 1 Mar 2016 10:58:18 +0000 (11:58 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 1 Mar 2016 10:58:18 +0000 (11:58 +0100) |
Commit straight to 5.5. This plugin didn't exist in 5.4.
src/redis.c | patch | blob | history |
diff --git a/src/redis.c b/src/redis.c
index 4007272cad21ed8546c4f53faf54c699fdc93a1b..3f78bc3d5739894236730fe600df5b42b663fee2 100644 (file)
--- a/src/redis.c
+++ b/src/redis.c
@@ -321,7 +321,7 @@ static int redis_handle_info (char *node, char const *info_line, char const *typ
} /* }}} int redis_handle_info */
-int redis_handle_query (redisContext *rh, redis_node_t *rn, redis_query_t *rq) /* {{{ */
+static int redis_handle_query (redisContext *rh, redis_node_t *rn, redis_query_t *rq) /* {{{ */
{
redisReply *rr;
const data_set_t *ds;