VirtualBox

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


Ignore:
Timestamp:
Oct 19, 2022 6:34:29 AM (2 years ago)
Author:
vboxsync
Message:

bugref:10305. Fixed the wrong key. The key had been changed from integer to string. But here the form of key is still integer. Must be in a string format.

File:
1 edited

Legend:

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

    r96407 r97230  
    20372037
    20382038                            ovf::VirtualDisk vd;
    2039                             vd.strIdController = vsys.mapControllers[0].strIdController;
     2039                            vd.strIdController = vsys.mapControllers["0"].strIdController;
    20402040                            vd.ulAddressOnParent = 0;
    20412041                            vd.strDiskId = d.strDiskId;
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