This commit is contained in:
Shengliang Guan 2021-01-21 11:33:36 +08:00
parent 1db01cf034
commit 29394ec81f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ void httpCleanUpConnect() {
HttpServer *pServer = &tsHttpServer;
if (pServer->pThreads == NULL) return;
if (taosCheckPthreadValid(pServer->thread) {
if (taosCheckPthreadValid(pServer->thread)) {
pthread_join(pServer->thread, NULL);
}