This commit is contained in:
Hongze Cheng 2024-09-24 13:52:47 +08:00
parent 4c23f9d5bd
commit 5cfec529d9
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ int32_t metaOpen(SVnode *pVnode, SMeta **ppMeta, int8_t rollback) {
pMeta->path = (char *)&pMeta[1];
strcpy(pMeta->path, path);
code = taosRealPath(pMeta->path, NULL, strlen(path) + 1);
TSDB_CHECK_CODE(code, lino, _exit);
(void)taosRealPath(pMeta->path, NULL, strlen(path) + 1);
pMeta->pVnode = pVnode;