VirtualBox

Changeset 48735 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Sep 27, 2013 1:19:15 PM (11 years ago)
Author:
vboxsync
Message:

Main/Machine: store the passthrough flag even if there is no medium attached

File:
1 edited

Legend:

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

    r48718 r48735  
    1081810818        dev.lPort = pAttach->getPort();
    1081910819        dev.lDevice = pAttach->getDevice();
     10820        dev.fPassThrough = pAttach->getPassthrough();
    1082010821        if (pMedium)
    1082110822        {
     
    1082410825            else
    1082510826                dev.uuid = pMedium->getId();
    10826             dev.fPassThrough = pAttach->getPassthrough();
    1082710827            dev.fTempEject = pAttach->getTempEject();
    1082810828            dev.fNonRotational = pAttach->getNonRotational();
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