mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 18:54:58 +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];
|
RedisModuleString *replystr = argv[1];
|
||||||
RedisModule_RetainString(ctx, replystr);
|
RedisModule_RetainString(ctx, replystr);
|
||||||
int err = RedisModule_UnblockClient(blocked_client, replystr);
|
RedisModule_UnblockClient(blocked_client, replystr);
|
||||||
blocked_client = NULL;
|
blocked_client = NULL;
|
||||||
|
|
||||||
RedisModule_ReplyWithSimpleString(ctx, "OK");
|
RedisModule_ReplyWithSimpleString(ctx, "OK");
|
||||||
|
Loading…
Reference in New Issue
Block a user