VirtualBox

Changeset 38508 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 23, 2011 2:48:39 PM (13 years ago)
Author:
vboxsync
Message:

Main/glue/ErrorInfo: fix regression of r67420 (preserve error chain)

File:
1 edited

Legend:

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

    r33782 r38508  
    255255    if (SUCCEEDED(rc) && !next.isNull())
    256256    {
    257         m_pNext = new ErrorInfo(false /* aDummy */);
     257        m_pNext = new ErrorInfo(next);
    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