VirtualBox

Changeset 28466 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 19, 2010 2:24:08 PM (15 years ago)
Author:
vboxsync
Message:

semmutex-r0drv-linux.c: bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c

    r28462 r28466  
    212212            Assert(pThis->cRecursions == 0);
    213213            pThis->cRecursions = 1;
    214             pThis->pOwnerTask  = NULL;
     214            pThis->pOwnerTask  = pSelf;
    215215            rc = VINF_SUCCESS;
    216216            break;
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