Changeset 16968 in vbox for trunk/src/VBox/Main/win
- Timestamp:
- Feb 20, 2009 10:20:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/NetIfList-win.cpp
r16967 r16968 401 401 } 402 402 403 if (SUCCEEDED (iface->init (name, &Info)))403 if (SUCCEEDED (iface->init (name, TRUE, &Info))) 404 404 list.push_back (iface); 405 405 }
Note:
See TracChangeset
for help on using the changeset viewer.