compiling option

This commit is contained in:
Jeff Tao 2020-05-23 14:59:11 +00:00
parent 19bc76109b
commit 4187ae43ab
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ int32_t vnodeOpen(int32_t vnode, char *rootDir) {
#ifndef _SYNC
pVnode->role = TAOS_SYNC_ROLE_MASTER;
#elif
#else
if (pVnode->sync == NULL) {
vnodeCleanUp(pVnode);
return terrno;