VirtualBox

Changeset 19890 in vbox for trunk


Ignore:
Timestamp:
May 21, 2009 3:27:24 PM (16 years ago)
Author:
vboxsync
Message:

SUPDrv.c: Corrected wrong arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r19881 r19890  
    35493549        {
    35503550            uint32_t h32;
    3551             rc = RTHandleTableAllocWithCtx(pSession->hHandleTable, pvObj, &h32, SUPDRV_HANDLE_CTX_EVENT_MULTI);
     3551            rc = RTHandleTableAllocWithCtx(pSession->hHandleTable, pvObj, SUPDRV_HANDLE_CTX_EVENT_MULTI, &h32);
    35523552            if (RT_SUCCESS(rc))
    35533553            {
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