Loading adb/transport.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -1533,8 +1533,7 @@ std::shared_ptr<RSA> atransport::NextKey() { keys_.pop_front(); } std::shared_ptr<RSA> result = keys_[0]; return result; return Key(); } void atransport::ResetKeys() { Loading Loading
adb/transport.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -1533,8 +1533,7 @@ std::shared_ptr<RSA> atransport::NextKey() { keys_.pop_front(); } std::shared_ptr<RSA> result = keys_[0]; return result; return Key(); } void atransport::ResetKeys() { Loading