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

Commit 046cc119 authored by Josh Gao's avatar Josh Gao Committed by Gerrit Code Review
Browse files

Merge "adb: avoid crash when authenticating without vendor keys."

parents 7cc98e21 30b0bbd4
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -1533,8 +1533,7 @@ std::shared_ptr<RSA> atransport::NextKey() {
        keys_.pop_front();
        keys_.pop_front();
    }
    }


    std::shared_ptr<RSA> result = keys_[0];
    return Key();
    return result;
}
}


void atransport::ResetKeys() {
void atransport::ResetKeys() {