Changeset 16968 in vbox for trunk/src/VBox/Main/darwin
- Timestamp:
- Feb 20, 2009 10:20:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/darwin/NetIfList-darwin.cpp
r15548 r16968 126 126 ComObjPtr<HostNetworkInterface> IfObj; 127 127 IfObj.createObject(); 128 if (SUCCEEDED(IfObj->init(Bstr(pEtherNICs->szName), pNew)))128 if (SUCCEEDED(IfObj->init(Bstr(pEtherNICs->szName), TRUE, pNew))) 129 129 list.push_back(IfObj); 130 130 RTMemFree(pNew);
Note:
See TracChangeset
for help on using the changeset viewer.