取消对消息的无效校验取消对消息的无效校验取消对消息的无效校验

Signed-off-by: breakfei1 <zhangshen6@huawei.com>
This commit is contained in:
breakfei1 2022-11-21 12:01:30 +08:00
parent dcd944b372
commit 063d4887a6

View File

@ -921,11 +921,6 @@ void TransProxyProcessDataRecv(const ProxyMessage *msg)
return;
}
if (CheckAppTypeAndMsgHead(&msg->msgHead, &info->appInfo) != SOFTBUS_OK) {
SoftBusLog(SOFTBUS_LOG_TRAN, SOFTBUS_LOG_ERROR, "only auth channel surpport plain text data");
return;
}
OnProxyChannelMsgReceived(info->channelId, &(info->appInfo), msg->data, msg->dateLen);
SoftBusFree(info);
}