replicationFeedSlaves() func name typo: feedReplicationBacklogWithObject -> feedReplicationBacklog.

This commit is contained in:
antirez
2013-08-12 12:38:52 +02:00
parent 45d4e06e93
commit 004f00bfa4

View File

@ -206,7 +206,7 @@ void replicationFeedSlaves(list *slaves, int dictid, robj **argv, int argc) {
aux[len+2] = '\n';
feedReplicationBacklog(aux,len+3);
feedReplicationBacklogWithObject(argv[j]);
feedReplicationBacklogWithObject(aux+len+1,2);
feedReplicationBacklog(aux+len+1,2);
}
}