VirtualBox

Changeset 82337 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Dec 3, 2019 10:22:30 AM (5 years ago)
Author:
vboxsync
Message:

bugref:9416. Cloud import: replace the existing files in the folder where new VM is created during action.

File:
1 edited

Legend:

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

    r81964 r82337  
    18191819                            /* Write the file on the disk */
    18201820                            vrc = RTVfsFileOpenNormal(strAbsDstPath.c_str(),
    1821                                                       RTFILE_O_WRITE | RTFILE_O_DENY_ALL | RTFILE_O_CREATE,
     1821                                                      RTFILE_O_WRITE | RTFILE_O_DENY_ALL | RTFILE_O_CREATE_REPLACE,
    18221822                                                      &hVfsDstFile);
    18231823                            if (RT_FAILURE(vrc))
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