File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/src/main/java/com/cloud/server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5937,7 +5937,7 @@ private LicenseCheckerResponse checkLicense(HostVO host) {
59375937 // "License error for host " + host.getName(),
59385938 // "License check failed: " + errorMessage
59395939 // );
5940- } else {
5940+ } else {
59415941 boolean isExpired = jsonNode .get ("expiry_date" ).asBoolean ();
59425942 boolean isIssued = jsonNode .get ("issued_date" ).asBoolean ();
59435943 String expiryDateStr = jsonNode .get ("expired" ).asText ();
@@ -5987,7 +5987,7 @@ private LicenseCheckerResponse checkLicense(HostVO host) {
59875987 connection .disconnect ();
59885988 }
59895989 }
5990- return response ;
5990+ return response ;
59915991 } catch (Exception e ) {
59925992 logger .error ("Error checking license for host: " + host .getId (), e );
59935993 throw new CloudRuntimeException ("라이선스 체크 실패: " + e .getMessage ());
You can’t perform that action at this time.
0 commit comments