Changeset 19218 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 27, 2009 3:34:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/NetIf-win.cpp
r19160 r19218 166 166 if(hr == S_OK) 167 167 { 168 pInfo->IPAddress.u = Settings.ip; 169 pInfo->IPNetMask.u = Settings.mask; 168 if(Settings.ip) 169 { 170 pInfo->IPAddress.u = Settings.ip; 171 pInfo->IPNetMask.u = Settings.mask; 172 } 170 173 pInfo->bDhcpEnabled = Settings.bDhcp; 171 174 }
Note:
See TracChangeset
for help on using the changeset viewer.