- Timestamp:
- Dec 10, 2013 3:22:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp
r49858 r49859 169 169 hrc = dhcp->COMGETTER(LowerIP)(strAddress.asOutParam()); 170 170 AssertComRCReturn(hrc, VERR_INTERNAL_ERROR); 171 171 172 172 return RTNetStrToIPv4Addr(com::Utf8Str(strAddress).c_str(), &boundryAddress); 173 173 }
Note:
See TracChangeset
for help on using the changeset viewer.