VirtualBox

Changeset 42903 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 21, 2012 12:22:35 PM (12 years ago)
Author:
vboxsync
Message:

Main/Machine: fix crash for restoring snapshots when the chipset type changed between the current machine config and the snapshot

File:
1 edited

Legend:

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

    r42890 r42903  
    1131711317    }
    1131811318
     11319    mNetworkAdapters.resize(aThat->mNetworkAdapters.size());
    1131911320    for (ULONG slot = 0; slot < mNetworkAdapters.size(); slot++)
    1132011321        mNetworkAdapters[slot]->copyFrom(aThat->mNetworkAdapters[slot]);
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