mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
set the correct default
This commit is contained in:
parent
faf0c6bbfa
commit
fc6d90a04a
1 changed files with 1 additions and 1 deletions
|
@ -1326,7 +1326,7 @@ void EmbeddedNetworkController::_request(
|
|||
}
|
||||
|
||||
|
||||
int64_t authenticationExpiryTime = 0;
|
||||
int64_t authenticationExpiryTime = -1;
|
||||
if (!member["authenticationExpiryTime"].is_null()) {
|
||||
authenticationExpiryTime = member["authenticationExpiryTime"];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue