mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Fix typo in replication.c (#10854)
This commit is contained in:
parent
9f3b410050
commit
d4595dd94f
@ -3310,7 +3310,7 @@ void replicationDiscardCachedMaster(void) {
|
||||
* passed as argument as the socket for the new master.
|
||||
*
|
||||
* This function is called when successfully setup a partial resynchronization
|
||||
* so the stream of data that we'll receive will start from were this
|
||||
* so the stream of data that we'll receive will start from where this
|
||||
* master left. */
|
||||
void replicationResurrectCachedMaster(connection *conn) {
|
||||
server.master = server.cached_master;
|
||||
|
Loading…
Reference in New Issue
Block a user