update samgr_endpoint/source/endpoint.c.

This commit is contained in:
zjucx 2020-11-26 10:51:19 +08:00 committed by Gitee
parent aeaf02da95
commit 10e4f62bb8
1 changed files with 0 additions and 1 deletions

View File

@ -382,7 +382,6 @@ static int RegisterRemoteEndpoint(const IpcContext *context, SvcIdentity *identi
IpcIoInit(&req, data, MAX_DATA_LEN, 0);
IpcIoPushUint32(&req, RES_ENDPOINT);
IpcIoPushUint32(&req, OP_POST);
IpcIoPushUint32(&req, identity->handle);
uint8 retry = 0;
while (retry < MAX_RETRY_TIMES) {
++retry;