mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 16:59:54 +00:00
!8276 fix: modify ipc warnning
Merge pull request !8276 from xingchu/master
This commit is contained in:
commit
d6989c67fc
@ -131,7 +131,7 @@ int32_t ClientNotifyHichainProofException(
|
||||
std::multimap<std::string, sptr<IRemoteObject>> proxyMap;
|
||||
SoftbusClientInfoManager::GetInstance().GetSoftbusClientProxyMap(proxyMap);
|
||||
const char *dmPkgName = "ohos.distributedhardware.devicemanager";
|
||||
for (const auto proxy : proxyMap) {
|
||||
for (auto proxy : proxyMap) {
|
||||
if (strcmp(dmPkgName, proxy.first.c_str()) != 0) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user