Clarify a comment in slaveTryPartialResynchronization().

This commit is contained in:
antirez 2014-01-08 14:11:02 +01:00
parent c0b9515805
commit c1a042fda9

View File

@ -1005,7 +1005,7 @@ int slaveTryPartialResynchronization(int fd) {
/* If we reach this point we receied either an error since the master does
* not understand PSYNC, or an unexpected reply from the master.
* Reply with PSYNC_NOT_SUPPORTED in both cases. */
* Return PSYNC_NOT_SUPPORTED to the caller in both cases. */
if (strncmp(reply,"-ERR",4)) {
/* If it's not an error, log the unexpected event. */