mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-27 02:40:40 +00:00
update core/transmission/ipc/standard/src/trans_client_proxy.cpp.
Signed-off-by: 姚望 <yaopwang@huawei.com>
This commit is contained in:
parent
1ee3ff3076
commit
792f74ac5f
@ -75,7 +75,7 @@ int32_t ClientIpcOnChannelBind(ChannelMsg *data)
|
||||
return SOFTBUS_INVALID_PARAM;
|
||||
}
|
||||
if (data->msgPid == getpid()) {
|
||||
TRANS_LOGE(TRANS_CTRL, "msgPid is NULL!");
|
||||
TRANS_LOGE(TRANS_CTRL, "check msgPid success!");
|
||||
return SOFTBUS_OK;
|
||||
}
|
||||
sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid);
|
||||
|
Loading…
Reference in New Issue
Block a user