summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mullvad-daemon/src/lib.rs b/mullvad-daemon/src/lib.rs
index 2ef7bccc39..35fe554615 100644
--- a/mullvad-daemon/src/lib.rs
+++ b/mullvad-daemon/src/lib.rs
@@ -2495,6 +2495,7 @@ where
}
fn connect_tunnel(&mut self) {
+ self.rpc_runtime.availability_handle().resume_background();
self.send_tunnel_command(TunnelCommand::Connect);
}