Fix authentication URL...
This commit is contained in:
parent
6ce71c1bc3
commit
810e2a761f
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue