- Timestamp:
- Sep 10, 2013 2:51:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp
r48413 r48414 370 370 AssertPtrReturn(confManager, VERR_INTERNAL_ERROR); 371 371 372 /* *372 /* 373 373 * if we have nat netework of the same name 374 374 * this is good chance that we are assigned to this network. … … 410 410 411 411 if ( pszTerm 412 412 && (pszTerm - pszLo2Off) <= INET_ADDRSTRLEN) 413 413 { 414 415 414 memcpy(aszAddr, pszLo2Off, (pszTerm - pszLo2Off)); 416 415 int rc = RTNetStrToIPv4Addr(aszAddr, &ip4addr); 417 416 if (RT_SUCCESS(rc)) 418 417 { 419 420 418 u32Off = RTStrToUInt32(pszTerm + 1); 421 419 if (u32Off != 0)
Note:
See TracChangeset
for help on using the changeset viewer.