Skip to content

Commit

Permalink
Merge pull request #22864 from taosdata/fix/fixMergeError
Browse files Browse the repository at this point in the history
fix merge error
  • Loading branch information
hjxilinx committed Sep 12, 2023
2 parents 9a57aba + 8e064cd commit 414e577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dnode/vnode/src/tq/tqStreamStateSnap.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ int32_t streamStateSnapReaderOpen(STQ* pTq, int64_t sver, int64_t ever, SStreamS

SStreamSnapReader* pSnapReader = NULL;

if (streamSnapReaderOpen(pTq, sver, chkpId, pTq->path, &pSnapReader) == 0) {
if (streamSnapReaderOpen(meta, sver, chkpId, pTq->path, &pSnapReader) == 0) {
pReader->complete = 1;
} else {
code = -1;
Expand Down

0 comments on commit 414e577

Please sign in to comment.