Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ping Xie <pingxie@outlook.com>
Signed-off-by: Amit Nagler <58042354+naglera@users.noreply.github.com>
  • Loading branch information
naglera and PingXie authored Sep 9, 2024
1 parent bf1fab1 commit f61cf09
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 @@ -2619,7 +2619,7 @@ static int dualChannelReplHandleAuthReply(connection *conn, char **err) {
return C_OK;
}

static int dualChannelReplHandleReplconfReply(connection *conn, char **err) {
static int dualChannelReplHandleReplconfReply(connection *conn, sds *err) {
*err = receiveSynchronousResponse(conn);
if (*err == NULL) {
serverLog(LL_WARNING, "Primary did not respond to replconf command during SYNC handshake");
Expand Down

0 comments on commit f61cf09

Please sign in to comment.