Changeset 78430 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- May 7, 2019 11:22:00 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r78429 r78430 95 95 96 96 // see if we can handle this file; for now we insist it has an ovf/ova extension 97 if ( m->locInfo.storageType == VFSType_File 97 if ( m->locInfo.storageType == VFSType_File 98 98 && !aFile.endsWith(".ovf", Utf8Str::CaseInsensitive) 99 99 && !aFile.endsWith(".ova", Utf8Str::CaseInsensitive)) … … 1163 1163 { 1164 1164 rc = aRc; 1165 } 1165 } 1166 1166 catch (...) 1167 1167 { … … 1202 1202 } 1203 1203 1204 //Get information about the passed cloud instance 1204 //Get information about the passed cloud instance 1205 1205 ComPtr<ICloudProviderManager> cpm; 1206 1206 hrc = mVirtualBox->COMGETTER(CloudProviderManager)(cpm.asOutParam()); … … 2369 2369 { 2370 2370 rc = aRc; 2371 } 2371 } 2372 2372 catch (...) 2373 2373 {
Note:
See TracChangeset
for help on using the changeset viewer.