diff --git a/src/replication.c b/src/replication.c index 8457150a0..197acde79 100644 --- a/src/replication.c +++ b/src/replication.c @@ -2158,6 +2158,7 @@ void syncWithMaster(connection *conn) { * both. */ if (err[0] != '+' && strncmp(err,"-NOAUTH",7) != 0 && + strncmp(err,"-NOPERM",7) != 0 && strncmp(err,"-ERR operation not permitted",28) != 0) { serverLog(LL_WARNING,"Error reply to PING from master: '%s'",err);