提交 4187ae43 编写于 作者: 陶建辉(Jeff)'s avatar 陶建辉(Jeff)

compiling option

上级 19bc7610
...@@ -252,7 +252,7 @@ int32_t vnodeOpen(int32_t vnode, char *rootDir) { ...@@ -252,7 +252,7 @@ int32_t vnodeOpen(int32_t vnode, char *rootDir) {
#ifndef _SYNC #ifndef _SYNC
pVnode->role = TAOS_SYNC_ROLE_MASTER; pVnode->role = TAOS_SYNC_ROLE_MASTER;
#elif #else
if (pVnode->sync == NULL) { if (pVnode->sync == NULL) {
vnodeCleanUp(pVnode); vnodeCleanUp(pVnode);
return terrno; return terrno;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册