VirtualBox

Ignore:
Timestamp:
Dec 16, 2009 2:00:57 PM (15 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

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

    r25428 r25429  
    618618void VBOXCALL supdrvCleanupSession(PSUPDRVDEVEXT pDevExt, PSUPDRVSESSION pSession)
    619619{
    620     int                 rc;
     620    int                 rc, rcLock;
    621621    PSUPDRVBUNDLE       pBundle;
    622622    LogFlow(("supdrvCleanupSession: pSession=%p\n", pSession));
     
    783783     * Loaded images needs to be dereferenced and possibly freed up.
    784784     */
    785     int rcLock = supdrvLdrLock(pDevExt);
     785    rcLock = supdrvLdrLock(pDevExt);
    786786    if (rcLock != VINF_SUCCESS)
    787787        Log(("supdrvLdrLock failed with rc=%d\n", rcLock));
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