set the correct default

This commit is contained in:
Grant Limberg 2021-06-02 14:27:58 -07:00
parent faf0c6bbfa
commit fc6d90a04a
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -1326,7 +1326,7 @@ void EmbeddedNetworkController::_request(
}
int64_t authenticationExpiryTime = 0;
int64_t authenticationExpiryTime = -1;
if (!member["authenticationExpiryTime"].is_null()) {
authenticationExpiryTime = member["authenticationExpiryTime"];
}