mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Remove "defined" property
This commit is contained in:
@@ -17,7 +17,6 @@ using namespace openvpn;
|
||||
{
|
||||
self = [super init];
|
||||
if (self) {
|
||||
_defined = info.defined;
|
||||
_user = !info.user.empty() ? [NSString stringWithUTF8String:info.user.c_str()] : nil;
|
||||
_serverHost = !info.serverHost.empty() ? [NSString stringWithUTF8String:info.serverHost.c_str()] : nil;
|
||||
_serverPort = !info.serverPort.empty() ? [NSString stringWithUTF8String:info.serverPort.c_str()] : nil;
|
||||
|
||||
Reference in New Issue
Block a user