Description:modify wlan codex

Feature or Bugfix:Feature
Binary Source: No

Signed-off-by: YOUR_NAME <xusai4@huawei.com>
This commit is contained in:
YOUR_NAME
2022-03-07 15:01:12 +00:00
parent 94b85dd0df
commit 5cc1e09ecd
@@ -279,7 +279,6 @@ static ErrorCode RegistServiceInner(const NodeId nodeId, const DispatcherId disp
node = RefMessageNode(nodeId, false);
if (node == NULL) {
HDF_LOGE("%s:Node not found!", __func__);
OsalMutexUnlock(&g_routerMutex);
return ME_ERROR_NO_SUCH_NODE;
}