Skip to content

Commit

Permalink
Fix streams wrong state transition
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed Dec 4, 2023
1 parent 8bb3555 commit f95e3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/parserRaw.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ RdbStatus elementRawStreamLP(RdbParser *p) {
return RDB_STATUS_ERROR;
}
}
updateElementState(p, ST_LOAD_NEXT_LP_IS_MORE, 1); /* fall-thru */
return updateElementState(p, ST_LOAD_NEXT_LP_IS_MORE, 1); /* fall-thru */

case ST_LOAD_METADATA: {
uint64_t dummyVal;
Expand Down

0 comments on commit f95e3fd

Please sign in to comment.