VirtualBox

Changeset 78430 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
May 7, 2019 11:22:00 AM (6 years ago)
Author:
vboxsync
Message:

bugref:9416. scm fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r78429 r78430  
    9595
    9696        // 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
    9898            && !aFile.endsWith(".ovf", Utf8Str::CaseInsensitive)
    9999            && !aFile.endsWith(".ova", Utf8Str::CaseInsensitive))
     
    11631163    {
    11641164        rc = aRc;
    1165     } 
     1165    }
    11661166    catch (...)
    11671167    {
     
    12021202        }
    12031203
    1204         //Get information about the passed cloud instance   
     1204        //Get information about the passed cloud instance
    12051205        ComPtr<ICloudProviderManager> cpm;
    12061206        hrc = mVirtualBox->COMGETTER(CloudProviderManager)(cpm.asOutParam());
     
    23692369    {
    23702370        rc = aRc;
    2371     } 
     2371    }
    23722372    catch (...)
    23732373    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette