mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 09:17:20 +00:00
Clean unused var compiler warning in module test. (#9289)
(cherry picked from commit 8bf433dc86
)
This commit is contained in:
parent
aa0606db08
commit
ba2feb3004
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user