Skip to content

Commit

Permalink
Hide replication backlog & stack frame and fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
naglera committed Feb 27, 2023
1 parent 26a5e3b commit e848b0c
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 @@ -1152,7 +1152,7 @@ void syncCommand(client *c) {
* result in an empty RDB. */
void replconfCommand(client *c) {
int j;

if ((c->argc % 2) == 0) {
/* Number of arguments must be odd to make sure that every
* option has a corresponding value. */
Expand Down

0 comments on commit e848b0c

Please sign in to comment.