VirtualBox

Changeset 19867 in vbox


Ignore:
Timestamp:
May 20, 2009 1:37:53 PM (16 years ago)
Author:
vboxsync
Message:

SUPDrv.c: fix wrong assertion.

File:
1 edited

Legend:

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

    r19866 r19867  
    964964 * @param   hHandleTable    The handle table handle. Ignored.
    965965 * @param   pvObj           The object pointer.
    966  * @param   pvCtx           Context. NULL.
     966 * @param   pvCtx           Context, the handle type. Ignored.
    967967 * @param   pvUser          Session pointer.
    968968 */
    969969static DECLCALLBACK(int) supdrvSessionObjHandleRetain(RTHANDLETABLE hHandleTable, void *pvObj, void *pvCtx, void *pvUser)
    970970{
    971     Assert(!pvCtx);
    972971    NOREF(pvCtx);
    973972    NOREF(hHandleTable);
     
    982981 * @param   h               The handle value. Ignored.
    983982 * @param   pvObj           The object pointer.
    984  * @param   pvCtx           Context. NULL.
     983 * @param   pvCtx           Context, the handle type. Ignored.
    985984 * @param   pvUser          Session pointer.
    986985 */
    987986static DECLCALLBACK(void) supdrvSessionObjHandleDelete(RTHANDLETABLE hHandleTable, uint32_t h, void *pvObj, void *pvCtx, void *pvUser)
    988987{
    989     Assert(!pvCtx);
    990988    NOREF(pvCtx);
    991989    NOREF(h);
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