mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-21 00:23:05 +00:00
Fix authentication URL...
This commit is contained in:
@ -227,7 +227,7 @@ public:
|
||||
{
|
||||
Mutex::Lock _l(_lock);
|
||||
_netconfFailure = NETCONF_FAILURE_AUTHENTICATION_REQUIRED;
|
||||
_authorizationURL = (url) ? url : "";
|
||||
_authenticationURL = (url) ? url : "";
|
||||
}
|
||||
|
||||
/**
|
||||
@ -449,7 +449,7 @@ private:
|
||||
NETCONF_FAILURE_AUTHENTICATION_REQUIRED
|
||||
} _netconfFailure;
|
||||
int _portError; // return value from port config callback
|
||||
std::string _authorizationURL;
|
||||
std::string _authenticationURL;
|
||||
|
||||
Hashtable<Address,Membership> _memberships;
|
||||
|
||||
|
Reference in New Issue
Block a user