VirtualBox

Changeset 24271 in vbox for trunk/src


Ignore:
Timestamp:
Nov 2, 2009 4:43:26 PM (15 years ago)
Author:
vboxsync
Message:

MachineImpl: don't skip instance '0' while adding storage controller

File:
1 edited

Legend:

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

    r24258 r24271  
    36083608        }
    36093609    }
    3610     ulInstance++;
     3610    if (ulInstance)
     3611        ulInstance++;
    36113612
    36123613    rc = ctrl->init(this, aName, aConnectionType, ulInstance);
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