Loading adb/transport.cpp +1 −2 Original line number Original line Diff line number Diff line Loading @@ -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() { Loading Loading
adb/transport.cpp +1 −2 Original line number Original line Diff line number Diff line Loading @@ -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() { Loading