Resolve issue where fatal flag is hard coded to YES (#46)

This commit is contained in:
Jonathan Downing
2018-02-02 07:08:30 +00:00
committed by Sergey Abramchuk
parent c15813d9f4
commit 03029d73ca
+1 -1
View File
@@ -325,7 +325,7 @@
NSError *error = [NSError ovpn_errorObjectForAdapterError:adapterError
description:description
message:message
fatal:YES];
fatal:fatal];
[self.delegate openVPNAdapter:self handleError:error];
}