Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94d60a73 authored by Seungjae Yoo's avatar Seungjae Yoo Committed by Gerrit Code Review
Browse files

Merge "Revert^2 "Small fix: Use const value on IsHashreeDisabled"" into main

parents e3bfd32a 4c4742f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -732,7 +732,7 @@ bool FirstStageMountVBootV2::GetDmVerityDevices(std::set<std::string>* devices)
    return true;
}

bool IsHashtreeDisabled(const AvbHandle& vbmeta, std::string mount_point) {
bool IsHashtreeDisabled(const AvbHandle& vbmeta, const std::string& mount_point) {
    if (vbmeta.status() == AvbHandleStatus::kHashtreeDisabled ||
        vbmeta.status() == AvbHandleStatus::kVerificationDisabled) {
        LOG(ERROR) << "Top-level vbmeta is disabled, skip Hashtree setup for " << mount_point;