VirtualBox

Ignore:
Timestamp:
Jun 26, 2012 9:58:05 AM (12 years ago)
Author:
vboxsync
Message:

Stupid copy and paste bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r41915 r41916  
    23782378            case MODIFYVM_AUTOSTART_DELAY:
    23792379            {
     2380                CHECK_ERROR(machine, COMSETTER(AutostartDelay)(ValueUnion.u32));
     2381                break;
     2382            }
     2383
     2384            case MODIFYVM_AUTOSTOP_TYPE:
     2385            {
    23802386                AutostopType_T enmAutostopType = AutostopType_Disabled;
    23812387
     
    23982404                break;
    23992405            }
    2400 
    2401             case MODIFYVM_AUTOSTOP_TYPE:
    2402             {
    2403                 CHECK_ERROR(machine, COMSETTER(AutostopType)(ValueUnion.u32));
    2404                 break;
    2405             }
    24062406#ifdef VBOX_WITH_PCI_PASSTHROUGH
    24072407            case MODIFYVM_ATTACH_PCI:
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