- Timestamp:
- Mar 14, 2018 12:03:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.cpp
r70805 r71318 123 123 /* Acquire appliance and certificate: */ 124 124 CAppliance *pAppliance = m_pApplianceWidget->appliance(); 125 /* Check if pAppliance is alive. If not just return here. This 126 prevents crashes when an invalid ova file is supllied: */ 127 if (!pAppliance) 128 { 129 if (wizard()) 130 wizard()->reject(); 131 return; 132 } 125 133 CCertificate certificate = pAppliance->GetCertificate(); 126 134 if (certificate.isNull())
Note:
See TracChangeset
for help on using the changeset viewer.