mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-02-11 00:00:08 +08:00
Resolve issue where fatal flag is hard coded to YES (#46)
This commit is contained in:
committed by
Sergey Abramchuk
parent
c15813d9f4
commit
03029d73ca
@@ -325,7 +325,7 @@
|
||||
NSError *error = [NSError ovpn_errorObjectForAdapterError:adapterError
|
||||
description:description
|
||||
message:message
|
||||
fatal:YES];
|
||||
fatal:fatal];
|
||||
|
||||
[self.delegate openVPNAdapter:self handleError:error];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user