VirtualBox

Changeset 65698 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 9, 2017 12:28:01 PM (8 years ago)
Author:
vboxsync
Message:

NetAdp/win (bugref:8488) standalone implementation, does not require NetLwf to be installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp

    r63562 r65698  
    53575357         * pointer after taking ownership of the big mutex.
    53585358         */
    5359         pfnReleaseBusy(pIfPort);
     5359        if (pfnReleaseBusy)
     5360            pfnReleaseBusy(pIfPort);
    53605361
    53615362        RTSemMutexRequest(pIntNet->hMtxCreateOpenDestroy, RT_INDEFINITE_WAIT);
     
    53845385     * We must always release the busy reference.
    53855386     */
    5386     else
     5387    else if (pfnReleaseBusy)
    53875388        pfnReleaseBusy(pIfPort);
    53885389}
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