VirtualBox

Changeset 13980 in vbox


Ignore:
Timestamp:
Nov 7, 2008 9:10:49 PM (16 years ago)
Author:
vboxsync
Message:

Missing ! in if. Fails if MM node in CFGM already exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MM.cpp

    r13818 r13980  
    286286    int rc;
    287287    PCFGMNODE pMMCfg = CFGMR3GetChild(CFGMR3GetRoot(pVM), "MM");
    288     if (pMMCfg)
     288    if (!pMMCfg)
    289289    {
    290290        rc = CFGMR3InsertNode(CFGMR3GetRoot(pVM), "MM", &pMMCfg);
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