Addressed comments

This commit is contained in:
Madelyn Olson 2018-06-26 00:57:35 +00:00
parent e8d68b6b72
commit 45731edc4b

View File

@ -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;