mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Forgot to set auth info in NetworkConfig.
This commit is contained in:
parent
2c1d7f3dcc
commit
621898f3c5
1 changed files with 3 additions and 0 deletions
|
@ -1379,6 +1379,9 @@ void EmbeddedNetworkController::_request(
|
|||
// If we made it this far, they are authorized (and authenticated).
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
nc->authenticationURL = authenticationURL;
|
||||
nc->authenticationExpiryTime = authenticationExpiryTime;
|
||||
|
||||
int64_t credentialtmd = ZT_NETWORKCONFIG_DEFAULT_CREDENTIAL_TIME_MAX_MAX_DELTA;
|
||||
if (now > ns.mostRecentDeauthTime) {
|
||||
// If we recently de-authorized a member, shrink credential TTL/max delta to
|
||||
|
|
Loading…
Add table
Reference in a new issue