diff options
Diffstat (limited to 'src/lua/lua_redis.c')
-rw-r--r-- | src/lua/lua_redis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/lua_redis.c b/src/lua/lua_redis.c index b624fc43b..057a21c95 100644 --- a/src/lua/lua_redis.c +++ b/src/lua/lua_redis.c @@ -685,8 +685,8 @@ lua_redis_callback_sync (redisAsyncContext *ac, gpointer r, gpointer priv) } else { /* We cannot resume the thread as the associated task has gone */ - lua_thread_pool_terminate_entry (ud->cfg->lua_thread_pool, - ctx->thread); + lua_thread_pool_terminate_entry_full (ud->cfg->lua_thread_pool, + ctx->thread, G_STRLOC, true); ctx->thread = NULL; } } |