Fix ci problems.
This commit is contained in:
parent
2a0af0fc7c
commit
40478a9bfa
|
@ -368,7 +368,6 @@ void dmStopStatusThread(SDnodeMgmt *pMgmt) {
|
||||||
|
|
||||||
void dmStopConfigThread(SDnodeMgmt *pMgmt) {
|
void dmStopConfigThread(SDnodeMgmt *pMgmt) {
|
||||||
if (taosCheckPthreadValid(pMgmt->configThread)) {
|
if (taosCheckPthreadValid(pMgmt->configThread)) {
|
||||||
(void)taosThreadJoin(pMgmt->configThread, NULL);
|
|
||||||
taosThreadClear(&pMgmt->configThread);
|
taosThreadClear(&pMgmt->configThread);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue