VirtualBox

Ignore:
Timestamp:
May 11, 2017 10:35:16 AM (8 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl: bugref:8855: don't ignore the error code when powering up a VM

File:
1 edited

Legend:

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

    r66381 r66870  
    20742074HRESULT Console::powerUp(ComPtr<IProgress> &aProgress)
    20752075{
    2076     i_powerUp(aProgress.asOutParam(), false /* aPaused */);
    2077     return S_OK;
     2076    return i_powerUp(aProgress.asOutParam(), false /* aPaused */);
    20782077}
    20792078
    20802079HRESULT Console::powerUpPaused(ComPtr<IProgress> &aProgress)
    20812080{
    2082     i_powerUp(aProgress.asOutParam(), true /* aPaused */);
    2083     return S_OK;
     2081    return i_powerUp(aProgress.asOutParam(), true /* aPaused */);
    20842082}
    20852083
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