diff --git a/tests/modules/blockonbackground.c b/tests/modules/blockonbackground.c index 4faadb77d..ced77862d 100644 --- a/tests/modules/blockonbackground.c +++ b/tests/modules/blockonbackground.c @@ -253,7 +253,7 @@ int Release_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc RedisModuleString *replystr = argv[1]; RedisModule_RetainString(ctx, replystr); - int err = RedisModule_UnblockClient(blocked_client, replystr); + RedisModule_UnblockClient(blocked_client, replystr); blocked_client = NULL; RedisModule_ReplyWithSimpleString(ctx, "OK");