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
1b7407fa
Commit
1b7407fa
authored
Apr 10, 2019
by
antirez
Browse files
Aesthetic change to #5962 to conform to Redis style.
parent
3bbf9747
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
1b7407fa
...
@@ -3705,9 +3705,7 @@ void moduleHandleBlockedClients(void) {
...
@@ -3705,9 +3705,7 @@ void moduleHandleBlockedClients(void) {
* replies to send to the client in a thread safe context.
* replies to send to the client in a thread safe context.
* We need to glue such replies to the client output buffer and
* We need to glue such replies to the client output buffer and
* free the temporary client we just used for the replies. */
* free the temporary client we just used for the replies. */
if
(
c
)
{
if
(
c
)
AddReplyFromClient
(
c
,
bc
->
reply_client
);
AddReplyFromClient
(
c
,
bc
->
reply_client
);
}
freeClient
(
bc
->
reply_client
);
freeClient
(
bc
->
reply_client
);
if
(
c
!=
NULL
)
{
if
(
c
!=
NULL
)
{
...
...
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