未验证 提交 2e8b2f99 编写于 作者: O openharmony_ci 提交者: Gitee

!85 修复退出setting应用后无法再进入的问题

Merge pull request !85 from 郝烁/master
...@@ -347,7 +347,7 @@ static void CliRecvPending(void) ...@@ -347,7 +347,7 @@ static void CliRecvPending(void)
pendingResult = wpa_ctrl_pending(g_monitorConn); pendingResult = wpa_ctrl_pending(g_monitorConn);
} }
} }
pthread_mutex_lock(&g_monitorConnMutex); pthread_mutex_unlock(&g_monitorConnMutex);
} }
static void* MonitorTask(void *args) static void* MonitorTask(void *args)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册