mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-05-13 00:04:14 +08:00
Don't check network settings for nil
This commit is contained in:
@@ -260,7 +260,6 @@
|
||||
|
||||
- (BOOL)establishTunnel {
|
||||
NEPacketTunnelNetworkSettings *networkSettings = [self.networkSettingsBuilder networkSettings];
|
||||
if (!networkSettings) { return NO; }
|
||||
|
||||
dispatch_semaphore_t semaphore = dispatch_semaphore_create(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user