Skip to content

Commit

Permalink
fixup! Use IAN TCP connection for ephemeral peer exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Dec 16, 2024
1 parent c962051 commit d0ed16d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ios/MullvadTypes/Protocols/EphemeralPeerReceiver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public class EphemeralPeerReceiver: EphemeralPeerReceiving, TunnelProvider {
}

public func ephemeralPeerExchangeFailed() {
guard let receiver = tunnelProvider as? EphemeralPeerReceiving else { return }
receiver.ephemeralPeerExchangeFailed()
keyReceiver.ephemeralPeerExchangeFailed()
}
}

0 comments on commit d0ed16d

Please sign in to comment.