Changeset 74867 in vbox
- Timestamp:
- Oct 16, 2018 4:10:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/iokit.cpp
r74772 r74867 1692 1692 does not always end up with a BSD name, typically requiring replugging. */ 1693 1693 char szBSDName[RT_SIZEOFMEMB(DARWINETHERNIC, szBSDName)]; 1694 if (RT_UNLIKELY( darwinDictGetString(IfPropsRef, CFSTR("BSD Name"), szBSDName, sizeof(szBSDName))))1694 if (RT_UNLIKELY(!darwinDictGetString(IfPropsRef, CFSTR("BSD Name"), szBSDName, sizeof(szBSDName)))) 1695 1695 { 1696 1696 LogRelMax(32, ("DarwinGetEthernetControllers: Warning! Failed to get 'BSD Name'; provider class %s\n", szTmp));
Note:
See TracChangeset
for help on using the changeset viewer.