pass CI
This commit is contained in:
parent
4c23f9d5bd
commit
5cfec529d9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue