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

This commit is contained in:
antirez 2013-08-12 12:38:52 +02:00
parent dcc48a8143
commit c06de115af

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);
}
}