set the correct default
This commit is contained in:
@@ -1326,7 +1326,7 @@ void EmbeddedNetworkController::_request(
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int64_t authenticationExpiryTime = 0;
|
int64_t authenticationExpiryTime = -1;
|
||||||
if (!member["authenticationExpiryTime"].is_null()) {
|
if (!member["authenticationExpiryTime"].is_null()) {
|
||||||
authenticationExpiryTime = member["authenticationExpiryTime"];
|
authenticationExpiryTime = member["authenticationExpiryTime"];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user