mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-27 10:01:19 +00:00
update services/dbinder/dbinder_service/src/socket/dbinder_remote_listener.cpp.
Signed-off-by: Yippo <liuyibo12@huawei.com>
This commit is contained in:
parent
305ad39ddb
commit
804ecbf582
@ -287,7 +287,7 @@ void DBinderRemoteListener::OnBytesReceived(std::shared_ptr<Session> session, co
|
||||
return;
|
||||
}
|
||||
if (message->head.len != sizeof(struct DHandleEntryTxRx)) {
|
||||
DBINDER_LOGE(LOG_LABEL, "msg head len error, len = %d", message->head.len);
|
||||
DBINDER_LOGE(LOG_LABEL, "msg head len error, len = %u", message->head.len);
|
||||
return;
|
||||
}
|
||||
dBinderService_->AddAsynMessageTask(message);
|
||||
|
Loading…
Reference in New Issue
Block a user