Skip to content

Commit 39b6c31

Browse files
committed
Remove temp same_ip fix
1 parent ca0e866 commit 39b6c31

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mullvad-api/src/device.rs

-4
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,11 @@ impl DevicesProxy {
4242
struct DeviceSubmission {
4343
pubkey: wireguard::PublicKey,
4444
hijack_dns: bool,
45-
same_ip: bool,
4645
}
4746

4847
let submission = DeviceSubmission {
4948
pubkey,
5049
hijack_dns: false,
51-
52-
// TODO: same_ip on stagemole.eu is bork. remove this before merging to main.
53-
same_ip: false,
5450
};
5551

5652
let service = self.handle.service.clone();

0 commit comments

Comments
 (0)