summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/AddressCache/AddressCacheStore.swift
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-12-13 10:05:44 +0100
committerAndrej Mihajlov <and@mullvad.net>2022-02-01 10:03:11 +0100
commit6f39c06c93a1dabe748ea4a1b5bb2d15f7a9a67a (patch)
tree090224dd871667009772dfc8cd5e415a11883634 /ios/MullvadVPN/AddressCache/AddressCacheStore.swift
parent92f9f62174e18aeee0151c0ec7ea927b835d4e08 (diff)
downloadmullvadvpn-6f39c06c93a1dabe748ea4a1b5bb2d15f7a9a67a.tar.xz
mullvadvpn-6f39c06c93a1dabe748ea4a1b5bb2d15f7a9a67a.zip
Break tunnel management on operations
Diffstat (limited to 'ios/MullvadVPN/AddressCache/AddressCacheStore.swift')
-rw-r--r--ios/MullvadVPN/AddressCache/AddressCacheStore.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/AddressCache/AddressCacheStore.swift b/ios/MullvadVPN/AddressCache/AddressCacheStore.swift
index ef479858e3..37bf2f2cd7 100644
--- a/ios/MullvadVPN/AddressCache/AddressCacheStore.swift
+++ b/ios/MullvadVPN/AddressCache/AddressCacheStore.swift
@@ -170,7 +170,7 @@ extension AddressCache {
newEndpoints.remove(at: index)
newEndpoints.insert(currentEndpoint, at: 0)
}
-
+
self.cachedAddresses = CachedAddresses(
updatedAt: Date(),
endpoints: newEndpoints