VirtualBox

Changeset 40744 in vbox


Ignore:
Timestamp:
Apr 2, 2012 1:02:01 PM (13 years ago)
Author:
vboxsync
Message:

Main/src-client/GuestCtrlImpl: return error code fix.

File:
1 edited

Legend:

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

    r40688 r40744  
    258258uint32_t Guest::callbackGetHostPID(uint32_t uContextID)
    259259{
    260     AssertReturn(uContextID, VERR_INVALID_PARAMETER);
     260    AssertReturn(uContextID, 0);
    261261
    262262    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
     
    11261126uint32_t Guest::processGetGuestPID(uint32_t uHostPID)
    11271127{
    1128     AssertReturn(uHostPID, VERR_INVALID_PARAMETER);
     1128    AssertReturn(uHostPID, 0);
    11291129
    11301130    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
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