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
45731edc
Commit
45731edc
authored
Jun 26, 2018
by
Madelyn Olson
Browse files
Addressed comments
parent
e8d68b6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/replication.c
View file @
45731edc
...
...
@@ -1317,7 +1317,7 @@ char *sendSynchronousCommand(int flags, int fd, ...) {
/* Create the command to send to the master, we use redis binary
* protocol to make sure correct arguments are sent. This function
* is not safe for all binary data.*/
* is not safe for all binary data.
*/
if
(
flags
&
SYNC_CMD_WRITE
)
{
char
*
arg
;
va_list
ap
;
...
...
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