VirtualBox

Changeset 63250 in vbox


Ignore:
Timestamp:
Aug 10, 2016 11:04:45 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109880
Message:

GuestSession::i_startSessionAsync: ThreadTask conversion bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r63249 r63250  
    17371737    LogFlowThisFuncEnter();
    17381738
    1739     int vrc = VINF_SUCCESS;
    1740 
     1739    int vrc;
    17411740    GuestSessionTaskInternalOpen* pTask = NULL;
    17421741    try
     
    17541753        //this function delete pTask in case of exceptions, so there is no need in the call of delete operator
    17551754        HRESULT hrc = pTask->createThread();
     1755        vrc = Global::vboxStatusCodeFromCOM(hrc);
    17561756    }
    17571757    catch(std::bad_alloc &)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette