summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lua/lua_redis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_redis.c b/src/lua/lua_redis.c
index 920d8852a..f899fa96b 100644
--- a/src/lua/lua_redis.c
+++ b/src/lua/lua_redis.c
@@ -403,7 +403,7 @@ lua_redis_timeout (int fd, short what, gpointer u)
REDIS_RETAIN (ctx);
msg_debug ("timeout while querying redis server");
- lua_redis_push_error ("timeout while connecting the server", ctx, sp_ud, FALSE);
+ lua_redis_push_error ("timeout while connecting the server", ctx, sp_ud, TRUE);
if (sp_ud->c->ctx) {
ac = sp_ud->c->ctx;