Changeset 17996 in vbox
- Timestamp:
- Mar 17, 2009 7:54:41 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44582
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp
r17989 r17996 415 415 416 416 if (Bstr(aIPAddress).isEmpty()) 417 { 417 418 if (m.IPAddress) 418 419 return NetIfEnableStaticIpConfig(mVBox, this, m.IPAddress, 0, 0); 419 420 else 420 421 return S_OK; 422 } 421 423 422 424 ULONG ip, mask;
Note:
See TracChangeset
for help on using the changeset viewer.