Internal change

PiperOrigin-RevId: 367292875
This commit is contained in:
hai007
2021-04-07 14:01:35 -07:00
committed by Copybara-Service
parent 4c59cc1cfb
commit 65a88396b2
+1 -1
View File
@@ -275,9 +275,9 @@ void BwuManager::Revert() {
NEARBY_LOG(INFO, "Revert reseting medium %d", medium_);
if (handler_) {
handler_->Revert();
medium_ = Medium::UNKNOWN_MEDIUM;
handler_ = nullptr;
}
medium_ = Medium::UNKNOWN_MEDIUM;
}
void BwuManager::OnBwuNegotiationFrame(ClientProxy* client,