VirtualBox

Changeset 73896 in vbox for trunk/src


Ignore:
Timestamp:
Aug 26, 2018 5:15:10 PM (6 years ago)
Author:
vboxsync
Message:

bugref:9152. Build fixes.

File:
1 edited

Legend:

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

    r73894 r73896  
    877877        }
    878878
    879         SetUpProgressMode mode;
    880         switch (aLocInfo.storageType)
    881         {
    882             case VFSType_S3:
    883                 mode = WriteS3;
    884                 break;
    885             case VFSType_Cloud:
    886             case VFSType_OCI:
    887                 mode = ExportOCI;
    888                 break;
    889             case VFSType_File:
    890                 mode = WriteFile;
    891                 break;
    892             case VFSType_WebDav:
    893                 mode = WriteFile;
    894                 break;
    895             case VFSType_32BitHack:
    896                 mode = WriteFile;
    897                 break;
    898         }
     879        SetUpProgressMode mode = ExportOCI;
     880
    899881        rc = i_setUpProgress(aProgress,
    900882                             BstrFmt(tr("Export appliance to Cloud '%s'"), aLocInfo.strPath.c_str()),
     
    934916                             BstrFmt(tr("Export appliance '%s'"), aLocInfo.strPath.c_str()),
    935917                             (aLocInfo.storageType == VFSType_File) ? WriteFile : WriteS3);
    936 
     918 
    937919        /* Initialize our worker task */
    938920        TaskOPC* task = NULL;
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