Changeset 34546 in vbox for trunk/src/VBox
- Timestamp:
- Dec 1, 2010 9:04:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/NetIf-win.cpp
r34545 r34546 132 132 if (!fIPFound) 133 133 { 134 if (pPrefix-> pPrefixLength <= sizeof(pInfo->IPNetMask) * 8)134 if (pPrefix->PrefixLength <= sizeof(pInfo->IPNetMask) * 8) 135 135 { 136 136 fIPFound = true; … … 139 139 else 140 140 Log(("collectNetIfInfo: Unexpected IPv4 prefix length of %d\n", 141 pPrefix-> pPrefixLength));141 pPrefix->PrefixLength)); 142 142 } 143 143 break;
Note:
See TracChangeset
for help on using the changeset viewer.