summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon
diff options
context:
space:
mode:
Diffstat (limited to 'mullvad-daemon')
-rw-r--r--mullvad-daemon/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/lib.rs b/mullvad-daemon/src/lib.rs
index 6d92566bac..37c37a1e15 100644
--- a/mullvad-daemon/src/lib.rs
+++ b/mullvad-daemon/src/lib.rs
@@ -1094,7 +1094,7 @@ where
connection: wireguard::ConnectionConfig {
tunnel,
peer,
- additional_peers: exit_peer.map(|peer| vec![peer]).unwrap_or(vec![]),
+ exit_peer,
ipv4_gateway,
ipv6_gateway: Some(ipv6_gateway),
},