Skip to content

Commit

Permalink
refine comment
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed Nov 2, 2023
1 parent bb27c17 commit 6093266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/handlersToResp.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ static RdbRes toRespRestoreFragEnd(RdbParser *p, void *userData) {

int len = 10;

/* if processing module-aux then we are done (no ABSTTL, IDLETIME or FREQ) */
/* if processing module-aux then we are done (no REPLACE, ABSTTL, IDLETIME or FREQ) */
if (ctx->restoreCtx.isModuleAux) {
len += snprintf(cmd+len, sizeof(cmd)-len, "\r\n");
struct iovec iov = {cmd, len};
Expand Down

0 comments on commit 6093266

Please sign in to comment.