VirtualBox

Changeset 48425 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 11, 2013 11:41:57 AM (11 years ago)
Author:
vboxsync
Message:

Main: ApplianceImplExport: do not crash if VM has no CD/DVD medium.

File:
1 edited

Legend:

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

    r48353 r48425  
    478478                case DeviceType_DVD:
    479479                {
     480                    if (!pMedium)
     481                        break;
     482
    480483                    /* get info about whether medium is a real drive/device or not */
    481484                    BOOL fHostDrive = false;
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