Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ba2feb30
Commit
ba2feb30
authored
Jul 29, 2021
by
Yossi Gottlieb
Committed by
Oran Agra
Apr 27, 2022
Browse files
Clean unused var compiler warning in module test. (#9289)
(cherry picked from commit
8bf433dc
)
parent
aa0606db
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/modules/blockonbackground.c
View file @
ba2feb30
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment