VirtualBox

Ignore:
Timestamp:
May 29, 2009 12:18:51 AM (16 years ago)
Author:
vboxsync
Message:

Main: Fix creation of snapshosts with VMDKs

File:
1 edited

Legend:

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

    r20021 r20134  
    67956795         * HardDisk interface is merged.
    67966796         */
     6797        pLunL2 = CFGMR3GetChild(pLunL1, "AttachedDriver");
     6798        AssertReturn(pLunL2, VERR_INTERNAL_ERROR);
     6799
     6800        CFGMR3RemoveNode(pLunL2);
    67976801        rc = CFGMR3InsertNode (pLunL1, "AttachedDriver", &pLunL2);      RC_CHECK();
    67986802        rc = CFGMR3InsertString (pLunL2, "Driver", "TransportAsync");   RC_CHECK();
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