diff options
| -rw-r--r-- | mullvad-daemon/src/relays.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mullvad-daemon/src/relays.rs b/mullvad-daemon/src/relays.rs index b38ba42cfc..695f5c48fa 100644 --- a/mullvad-daemon/src/relays.rs +++ b/mullvad-daemon/src/relays.rs @@ -99,7 +99,6 @@ impl ParsedRelays { longitude, }); relays.push(relay_with_location); - relay.tunnels.clear(); } } } |
