From 12dccd68414d4b647b7b61809121edc3e6dd5937 Mon Sep 17 00:00:00 2001 From: nohle Date: Tue, 9 Nov 2021 18:20:02 -0800 Subject: [PATCH] Allow WifiLan upgrades in config PiperOrigin-RevId: 408753729 --- cpp/core/internal/bwu_manager.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/core/internal/bwu_manager.cc b/cpp/core/internal/bwu_manager.cc index f73980fe..bd51aad4 100644 --- a/cpp/core/internal/bwu_manager.cc +++ b/cpp/core/internal/bwu_manager.cc @@ -69,6 +69,7 @@ BwuManager::BwuManager( } if (config_.allow_upgrade_to.All(false)) { config_.allow_upgrade_to.web_rtc = true; + config_.allow_upgrade_to.wifi_lan = true; } if (!handlers.empty()) { handlers_ = std::move(handlers);