diff options
Diffstat (limited to 'src/lua')
-rw-r--r-- | src/lua/lua_redis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_redis.c b/src/lua/lua_redis.c index 8d027eb6f..c7da9fe87 100644 --- a/src/lua/lua_redis.c +++ b/src/lua/lua_redis.c @@ -708,6 +708,7 @@ lua_redis_make_request (lua_State *L) sp_ud = g_slice_alloc0 (sizeof (*sp_ud)); sp_ud->cbref = cbref; sp_ud->c = ud; + sp_ud->ctx = ctx; lua_pushstring (L, "cmd"); lua_gettable (L, -2); |