VirtualBox

Changeset 33782 in vbox for trunk/src


Ignore:
Timestamp:
Nov 4, 2010 4:23:22 PM (14 years ago)
Author:
vboxsync
Message:

Main/glue/ErrorInfo: fix regression introduced in r66229, a misunderstanding due to confusingly written code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/ErrorInfo.cpp

    r33774 r33782  
    255255    if (SUCCEEDED(rc) && !next.isNull())
    256256    {
    257         m_pNext = new ErrorInfo(next, COM_IIDOF(IVirtualBoxErrorInfo));
     257        m_pNext = new ErrorInfo(false /* aDummy */);
    258258        Assert(m_pNext != NULL);
    259259        if (!m_pNext)
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