!932 rpc异常分支死锁问题修复

Merge pull request !932 from yanghang/master
This commit is contained in:
openharmony_ci 2024-01-19 03:08:18 +00:00 committed by Gitee
commit a943593af5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -577,7 +577,6 @@ bool DBinderService::OnRemoteInvokerMessage(const struct DHandleEntryTxRx *messa
static_cast<int32_t>(replyMessage->stubIndex));
if (!isSaAvailable) {
DBINDER_LOGE(LOG_LABEL, "fail to call the system ability");
std::lock_guard<std::shared_mutex> lockGuard(loadSaMutex_);
PopLoadSaItem(replyMessage->deviceIdInfo.fromDeviceId, static_cast<int32_t>(replyMessage->stubIndex));
return false;
}