Skip to content

Commit

Permalink
replicationFeedSlaves() func name typo: feedReplicationBacklogWithObj…
Browse files Browse the repository at this point in the history
…ect -> feedReplicationBacklog.
  • Loading branch information
antirez committed Aug 12, 2013
1 parent dcc48a8 commit c06de11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replication.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit c06de11

Please sign in to comment.