Changeset 17985 in vbox for trunk/src/VBox/Main/win
- Timestamp:
- Mar 16, 2009 10:02:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/NetIfList-win.cpp
r17984 r17985 803 803 if(SUCCEEDED(hr)) 804 804 { 805 hr = netIfWinEnableStaticV4(pSvc, ObjPath, aIp, aMask, 1);805 hr = netIfWinEnableStaticV4(pSvc, ObjPath, aIp, aMask, ip != 0 ? 1 : 0); 806 806 if(SUCCEEDED(hr)) 807 807 {
Note:
See TracChangeset
for help on using the changeset viewer.