Changeset 59082 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Dec 10, 2015 6:58:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/NetIf-win.cpp
r59056 r59082 1610 1610 netIfLog(("netIfGetBoundAdapters: %ls: wrong status 0x%x\n", 1611 1611 pwszName, uStatus)); 1612 else if ( (dwChars & NCF_HIDDEN) || !(dwChars & (NCF_VIRTUAL | NCF_PHYSICAL)))1612 else if (dwChars & NCF_HIDDEN) 1613 1613 netIfLog(("netIfGetBoundAdapters: %ls: wrong characteristics 0x%x\n", 1614 1614 pwszName, dwChars));
Note:
See TracChangeset
for help on using the changeset viewer.