VirtualBox

Changeset 61843 in vbox


Ignore:
Timestamp:
Jun 23, 2016 9:24:50 AM (8 years ago)
Author:
vboxsync
Message:

SUPDrv: don't use VERR_GENERAL_FAILURE

File:
1 edited

Legend:

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

    r60603 r61843  
    50975097    const size_t    cbSymbol = strlen(pReq->u.In.szSymbol) + 1;
    50985098    void           *pvSymbol = NULL;
    5099     int             rc = VERR_GENERAL_FAILURE;
     5099    int             rc = VERR_SYMBOL_NOT_FOUND;
    51005100    Log3(("supdrvIOCtl_LdrGetSymbol: pvImageBase=%p szSymbol=\"%s\"\n", pReq->u.In.pvImageBase, pReq->u.In.szSymbol));
    51015101
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