Changeset 75674 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Nov 22, 2018 6:08:42 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp
r72972 r75674 485 485 if (FAILED(adep.rc())) return adep.rc(); 486 486 487 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);488 489 487 Bstr canonicalName = aBridgedInterface; 490 488 #ifdef RT_OS_DARWIN … … 509 507 } 510 508 #endif /* RT_OS_DARWIN */ 509 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 510 511 511 if (Bstr(mData->strBridgedName) != canonicalName) 512 512 {
Note:
See TracChangeset
for help on using the changeset viewer.