Skip to content

Commit 12e803c

Browse files
committed
fixup
1 parent d8ad698 commit 12e803c

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

Coder Desktop/Coder Desktop/VPNService.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,11 @@ final class CoderVPNService: NSObject, VPNService {
8383
tunnelState = .connecting
8484
await enableNetworkExtension()
8585
logger.debug("network extension enabled")
86-
8786
if let proxy = xpcConn.remoteObjectProxy as? VPNXPCProtocol {
8887
proxy.start() { result in
8988
self.tunnelState = .connected
9089
}
9190
}
92-
9391
}
9492
defer { startTask = nil }
9593
await startTask?.value

Coder Desktop/VPNXPC/main.swift

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)