Changeset 40080 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Feb 11, 2012 11:37:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/NetIf-win.cpp
r36121 r40080 317 317 /* initialize the object returned to the caller by 318 318 * CreateHostOnlyNetworkInterface() */ 319 rc = d->iface->init(Bstr(name), guid, HostNetworkInterfaceType_HostOnly);319 rc = d->iface->init(Bstr(name), Bstr(name), guid, HostNetworkInterfaceType_HostOnly); 320 320 if (SUCCEEDED(rc)) 321 321 {
Note:
See TracChangeset
for help on using the changeset viewer.