Commit 45731edc authored by Madelyn Olson's avatar Madelyn Olson
Browse files

Addressed comments

parent e8d68b6b
...@@ -1317,7 +1317,7 @@ char *sendSynchronousCommand(int flags, int fd, ...) { ...@@ -1317,7 +1317,7 @@ char *sendSynchronousCommand(int flags, int fd, ...) {
/* Create the command to send to the master, we use redis binary /* Create the command to send to the master, we use redis binary
* protocol to make sure correct arguments are sent. This function * 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) { if (flags & SYNC_CMD_WRITE) {
char *arg; char *arg;
va_list ap; va_list ap;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment