Commit b0e86319 authored by antirez's avatar antirez
Browse files

Make comment in #5911 stay inside 80 cols.

parent 39ccce03
......@@ -2026,7 +2026,8 @@ void slaveofCommand(client *c) {
if (c->flags & CLIENT_SLAVE)
{
/* 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.");
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