VirtualBox

Changeset 17756 in vbox


Ignore:
Timestamp:
Mar 12, 2009 3:21:01 PM (16 years ago)
Author:
vboxsync
Message:

OVF: wrong object used

File:
1 edited

Legend:

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

    r17755 r17756  
    19651965            {
    19661966                ComPtr<IStorageController> pController;
    1967                 const Utf8Str &hdcVBox = vsdeHDCIDE.front()->strVbox;
     1967                const Utf8Str &hdcVBox = vsdeHDCSATA.front()->strVbox;
    19681968                if (hdcVBox == "AHCI")
    19691969                {
     
    19871987                ComPtr<IStorageController> pController;
    19881988                StorageControllerType_T controllerType;
    1989                 const Utf8Str &hdcVBox = vsdeHDCIDE.front()->strVbox;
     1989                const Utf8Str &hdcVBox = vsdeHDCSCSI.front()->strVbox;
    19901990                if (hdcVBox == "LsiLogic")
    19911991                    controllerType = StorageControllerType_LsiLogic;
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