VirtualBox

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


Ignore:
Timestamp:
Jan 18, 2010 1:07:29 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56702
Message:

Main/xml: always write passthrough setting to xml, even if it's false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r25749 r25892  
    29282928                case DeviceType_DVD:
    29292929                    pcszType = "DVD";
    2930                     if (att.fPassThrough)
    2931                         pelmDevice->setAttribute("passthrough", att.fPassThrough);
     2930                    pelmDevice->setAttribute("passthrough", att.fPassThrough);
    29322931                break;
    29332932
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette