فهرست منبع

set the correct default

Grant Limberg 4 سال پیش
والد
کامیت
fc6d90a04a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      controller/EmbeddedNetworkController.cpp

+ 1 - 1
controller/EmbeddedNetworkController.cpp

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