diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-07-22 13:44:36 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-07-22 14:50:30 +0200 |
| commit | f5cee2a612cf23b7c73dfcfff6d4e4654f0b3cbf (patch) | |
| tree | 3e748415ff5a3970ec0fae89762084683ca2679b /mullvad-daemon/src | |
| parent | 6bf6564587c42ea2260fc4aa27ad94e3655f60fe (diff) | |
| download | mullvadvpn-f5cee2a612cf23b7c73dfcfff6d4e4654f0b3cbf.tar.xz mullvadvpn-f5cee2a612cf23b7c73dfcfff6d4e4654f0b3cbf.zip | |
Remove comment about v9 settings migration still being open
Diffstat (limited to 'mullvad-daemon/src')
| -rw-r--r-- | mullvad-daemon/src/migrations/v9.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mullvad-daemon/src/migrations/v9.rs b/mullvad-daemon/src/migrations/v9.rs index 7662d57cbc..f2fc86e472 100644 --- a/mullvad-daemon/src/migrations/v9.rs +++ b/mullvad-daemon/src/migrations/v9.rs @@ -31,8 +31,6 @@ const SPLIT_TUNNELING_STATE: &str = "split-tunnelling-enabled.txt"; // ====================================================== -/// This is an open migration -/// /// This migration onboards the Android app's split tunnel settings into the daemon's settings. /// /// Until now, split tunneling has been completely handled client side by the Android app. This |
