diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-03-07 11:57:16 +0000 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-03-08 12:37:10 +0000 |
| commit | fe3a361fdf0730934caf9ab451e73649bc7c2860 (patch) | |
| tree | ff97e44c6c632102462ce2c621130ffb4878a417 | |
| parent | e0e7fec6756f5afc2ad8b58a8ebf3b11a9122655 (diff) | |
| download | mullvadvpn-fe3a361fdf0730934caf9ab451e73649bc7c2860.tar.xz mullvadvpn-fe3a361fdf0730934caf9ab451e73649bc7c2860.zip | |
Stop clearing relays from relay list in daemon
| -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(); } } } |
