Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
9d57ceec
"vscode:/vscode.git/clone" did not exist on "cee6dead3c66530e8bf0b6cea455e3451d1fd0c7"
Commit
9d57ceec
authored
Apr 25, 2016
by
Oran Agra
Committed by
antirez
May 04, 2016
Browse files
additional fix to issue #2948
parent
7ba2cf5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
9d57ceec
...
...
@@ -1295,6 +1295,9 @@ void processInputBuffer(client *c) {
/* Only reset the client when the command was executed. */
if
(
processCommand
(
c
)
==
C_OK
)
resetClient
(
c
);
/* freeMemoryIfNeeded may flush slave output buffers. This may result
* into a slave, that may be the active client, to be freed. */
if
(
server
.
current_client
==
NULL
)
break
;
}
}
server
.
current_client
=
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