mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
A mistype fixed
This commit is contained in:
parent
354a5de270
commit
70e82e5c79
@ -189,7 +189,7 @@ void replicationFeedSlaves(list *slaves, int dictid, robj **argv, int argc) {
|
||||
|
||||
/* Add the multi bulk reply length. */
|
||||
aux[0] = '*';
|
||||
len = ll2string(aux+1,sizeof(aux-1),argc);
|
||||
len = ll2string(aux+1,sizeof(aux)-1,argc);
|
||||
aux[len+1] = '\r';
|
||||
aux[len+2] = '\n';
|
||||
feedReplicationBacklog(aux,len+3);
|
||||
|
Loading…
x
Reference in New Issue
Block a user