提交 051d2c33 编写于 作者: H Hongze Cheng

fix compile error

上级 df288e77
......@@ -251,7 +251,7 @@ uint32_t tsdbGetFileInfo(TSDB_REPO_T *repo, char *name, uint32_t *index, uint32_
sprintf(fname, "%s/%s", prefix, name);
if (access(fname, F_OK) != 0) {
taosFree(fname);
taosFree(sdup)
taosFree(sdup);
return 0;
}
if (*index == TSDB_META_FILE_INDEX) { // get meta file
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册