VirtualBox

Changeset 54961 in vbox


Ignore:
Timestamp:
Mar 26, 2015 9:08:25 AM (10 years ago)
Author:
vboxsync
Message:

PDMDriver: Fixed misused AssertLogRelReturn(). Thank you Jung-uk Kim.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp

    r48980 r54961  
    513513
    514514                rc = CFGMR3ReplaceSubTree(*ppNode, pBelowThisCopy);
    515                 if (RT_FAILURE(rc))
    516                 {
    517                     CFGMR3RemoveNode(pBelowThis);
    518                     AssertLogRelReturn(("rc=%Rrc\n", rc), rc);
    519                 }
     515                AssertLogRelRCReturnStmt(rc, CFGMR3RemoveNode(pBelowThis), rc);
    520516            }
    521517        }
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