Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Nov 26, 2024
1 parent 51665c0 commit 49b35bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mullvad-daemon/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 49b35bb

Please sign in to comment.