Changeset 22254 in vbox for trunk/src/VBox/NetworkServices/DHCP
- Timestamp:
- Aug 14, 2009 10:59:09 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51068
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp
r20864 r22254 653 653 /* Expand the IP lease range. */ 654 654 uint32_t const uEnd = RT_N2H_U32(pCfg->m_UpperAddr.u); 655 for (uint32_t i = RT_N2H_U32(pCfg->m_LowerAddr.u); i < uEnd; i++)655 for (uint32_t i = RT_N2H_U32(pCfg->m_LowerAddr.u); i <= uEnd; i++) 656 656 { 657 657 RTNETADDRIPV4 IPv4Addr;
Note:
See TracChangeset
for help on using the changeset viewer.