VirtualBox

Changeset 78430 in vbox


Ignore:
Timestamp:
May 7, 2019 11:22:00 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130429
Message:

bugref:9416. scm fixes.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

    r78428 r78430  
    371371            strOvfFilename.append(mapArgsMapsPerVsys[ulCurVsys]["cloudinstanceid"]);
    372372        }
    373         else 
     373        else
    374374            return errorSyntax(USAGE_IMPORTAPPLIANCE, "Not enough arguments for import from the Cloud.");
    375375
  • 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.

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