mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
Fix a PSYNC bug caused by a variable name typo.
This commit is contained in:
@ -254,7 +254,7 @@ void replicationFeedSlaves(list *slaves, int dictid, robj **argv, int argc) {
|
||||
aux[len+1] = '\r';
|
||||
aux[len+2] = '\n';
|
||||
feedReplicationBacklog(aux,len+3);
|
||||
feedReplicationBacklogWithObject(argv[j]);
|
||||
feedReplicationBacklogWithObject(argv[i]);
|
||||
feedReplicationBacklogWithObject(shared.crlf);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user