This commit is contained in:
Hongze Cheng 2023-06-21 13:39:29 +08:00
parent f6e3ad27f0
commit 4a1010cdec
1 changed files with 6 additions and 3 deletions

View File

@ -485,8 +485,11 @@ static int32_t fset_cmpr_fn(const struct STFileSet *pSet1, const struct STFileSe
static int32_t edit_fs(STFileSystem *fs, const TFileOpArray *opArray) {
int32_t code = 0;
int32_t lino = 0;
TFileSetArray *fsetArray = fs->fSetArrTmp;
code = tsdbFSDupState(fs);
if (code) return code;
TFileSetArray *fsetArray = fs->fSetArrTmp;
STFileSet *fset = NULL;
const STFileOp *op;
TARRAY2_FOREACH_PTR(opArray, op) {