VirtualBox

Changeset 17699 in vbox


Ignore:
Timestamp:
Mar 11, 2009 3:14:04 PM (16 years ago)
Author:
vboxsync
Message:

OVF: detach the target disk after export

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r17696 r17699  
    29082908            }
    29092909
     2910            /* Make sure the target disk get detached */
     2911            rc = pTargetDisk->Close();
     2912            if (FAILED(rc)) throw rc;
     2913
    29102914            // we need the capacity and actual file size for the XML
    29112915            uint64_t cbFile = 12345678; // @todo
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