提交 6cc777b1 编写于 作者: C Cary Xu

back compatibility fix for .current

上级 454e8e74
......@@ -91,7 +91,7 @@ static int tsdbEncodeDFileSetArray(void **buf, SArray *pArray) {
}
static int tsdbDecodeDFileSetArray(void **originBuf, void *buf, SArray *pArray, SFSHeader *pSFSHeader) {
uint64_t nset;
uint64_t nset = 0;
SDFileSet dset = {0};
dset.ver = TSDB_FSET_VER_0; // default value
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册