VirtualBox

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


Ignore:
Timestamp:
Apr 24, 2018 8:12:20 AM (7 years ago)
Author:
vboxsync
Message:

bugref:8345. Fixed the case when user omits or forgets to point the type of move.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImplMoveVM.h

    r71997 r71998  
    102102        m_pProgress(aProgress),
    103103        m_targetPath(aTargetPath),
    104         m_type (aType),
     104        m_type (aType.isEmpty() == true ? "basic" : aType),
    105105        result(S_OK)
    106106    {
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