Commit 8a46d32b authored by antirez's avatar antirez
Browse files

Make comment in #5911 stay inside 80 cols.

parent 55acac04
...@@ -2041,7 +2041,8 @@ void replicaofCommand(client *c) { ...@@ -2041,7 +2041,8 @@ void replicaofCommand(client *c) {
if (c->flags & CLIENT_SLAVE) if (c->flags & CLIENT_SLAVE)
{ {
/* If a client is already a replica they cannot run this command, /* If a client is already a replica they cannot run this command,
* because it involves flushing all replicas (including this client) */ * because it involves flushing all replicas (including this
* client) */
addReplyError(c, "Command is not valid when client is a replica."); addReplyError(c, "Command is not valid when client is a replica.");
return; return;
} }
......
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