summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-12-02 15:46:44 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-12-03 12:30:33 +0000
commit5f3e7e8903ea40cc0d9cb7e07683d9cd04d6e0c2 (patch)
treec3bb60193900bd685d6644f07e627a4450b21557 /mullvad-daemon/src
parent9005d7018ba3d4bc855ec49d7e3b449c37f245a8 (diff)
downloadmullvadvpn-5f3e7e8903ea40cc0d9cb7e07683d9cd04d6e0c2.tar.xz
mullvadvpn-5f3e7e8903ea40cc0d9cb7e07683d9cd04d6e0c2.zip
Use `PlatformTunProvider` directly
Diffstat (limited to 'mullvad-daemon/src')
-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 3ed88e07eb..d63c28e6a6 100644
--- a/mullvad-daemon/src/lib.rs
+++ b/mullvad-daemon/src/lib.rs
@@ -281,6 +281,7 @@ impl Daemon<ManagementInterfaceEventBroadcaster> {
log_dir: Option<PathBuf>,
resource_dir: PathBuf,
cache_dir: PathBuf,
+ // TODO: Remove this once `ManagementInterface` is less coupled to the constructor.
#[cfg(target_os = "android")] android_context: AndroidContext,
) -> Result<Self> {
if rpc_uniqueness_check::is_another_instance_running() {