diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-11-26 14:49:11 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-11-27 09:00:18 +0100 |
| commit | 4eb84b640fbb57eb362e212eb08613519f1880e3 (patch) | |
| tree | 76467223e6fa42ce24263d34ef3be32ef46906a0 | |
| parent | c4a46cfedec2ae578cf3b16bba53bb0ac98efa97 (diff) | |
| download | mullvadvpn-4eb84b640fbb57eb362e212eb08613519f1880e3.tar.xz mullvadvpn-4eb84b640fbb57eb362e212eb08613519f1880e3.zip | |
Update comment
| -rw-r--r-- | mullvad-daemon/src/lib.rs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mullvad-daemon/src/lib.rs b/mullvad-daemon/src/lib.rs index f5ce06ecd9..ac14083f59 100644 --- a/mullvad-daemon/src/lib.rs +++ b/mullvad-daemon/src/lib.rs @@ -1439,10 +1439,8 @@ impl Daemon { #[cfg(target_os = "android")] match event { AccessMethodEvent::New { setting, .. } => { - // Announce to all clients listening for updates of the - // currently active access method. The announcement should be - // made after the firewall policy has been updated, since the - // new access method will be useless before then. + // No-op, on Android mullvad-api invokes protect on a socket to send requests + // outside the tunnel let notifier = self.management_interface.notifier().clone(); tokio::spawn(async move { // Let the emitter of this event know that the firewall has been updated. |
