Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
MisterE 2024-08-26 20:50:23 +08:00
commit 82f9db7113

View File

@ -264,9 +264,8 @@ bool DMSContinueRecvMgr::GetFinalBundleName(const std::string &senderNetworkId,
if (BundleManagerInternal::GetLocalBundleInfoV9(bundleName, localBundleInfo) == ERR_OK) {
finalBundleName = bundleName;
return true;
}else {
return false;
}
return false;
}
bool continueTypeGot = continueTypeCheck(distributedBundleInfo, continueType);