Commit 67452e91 authored by antirez's avatar antirez
Browse files

Make comment in #5911 stay inside 80 cols.

parent 30f666ef
...@@ -2034,7 +2034,8 @@ void replicaofCommand(client *c) { ...@@ -2034,7 +2034,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