提交 b6e6745f 编写于 作者: S Shengliang Guan

[TD-466] fix crash while alter write auth

上级 6bc6d1a3
...@@ -441,8 +441,8 @@ void vnodeSetAccess(SDMVgroupAccess *pAccess, int32_t numOfVnodes) { ...@@ -441,8 +441,8 @@ void vnodeSetAccess(SDMVgroupAccess *pAccess, int32_t numOfVnodes) {
if (pVnode->accessState != TSDB_VN_ALL_ACCCESS) { if (pVnode->accessState != TSDB_VN_ALL_ACCCESS) {
vTrace("vgId:%d, access state is set to %d", pAccess[i].vgId) vTrace("vgId:%d, access state is set to %d", pAccess[i].vgId)
} }
vnodeRelease(pVnode);
} }
vnodeRelease(pVnode);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册