VirtualBox

Changeset 75674 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Nov 22, 2018 6:08:42 PM (6 years ago)
Author:
vboxsync
Message:

Main/NetworkAdapter (bugref:8905): Fixed regression (debug build lock assertion) introduced by r116727

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp

    r72972 r75674  
    485485    if (FAILED(adep.rc())) return adep.rc();
    486486
    487     AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    488 
    489487    Bstr canonicalName = aBridgedInterface;
    490488#ifdef RT_OS_DARWIN
     
    509507    }
    510508#endif /* RT_OS_DARWIN */
     509    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
     510
    511511    if (Bstr(mData->strBridgedName) != canonicalName)
    512512    {
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