fix: retention coredump

This commit is contained in:
Hongze Cheng 2023-06-26 09:06:59 +08:00
parent b881b87218
commit 27e17048ac
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ typedef struct {
int64_t cid;
TFileSetArray *fsetArr;
TFileOpArray *fopArr;
TFileOpArray fopArr[1];
struct {
int32_t fsetArrIdx;