VirtualBox

Changeset 70767 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 28, 2018 8:55:30 PM (7 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl2.cpp: Don't ever include the disk integrity driver for CD/DVD images even if enabled for storage devices in general

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r70766 r70767  
    42964296        BOOL fDiscard;
    42974297        hrc = pMediumAtt->COMGETTER(Discard)(&fDiscard);                                    H();
     4298
     4299        if (lType == DeviceType_DVD)
     4300            fInsertDiskIntegrityDrv = false;
    42984301
    42994302        unsigned uLUN;
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