Changeset 54542 in vbox
- Timestamp:
- Feb 27, 2015 2:38:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/Config.cpp
r54541 r54542 1220 1220 { 1221 1221 DhcpOptionMap::const_iterator it = OptMap.find((int)u8Req); 1222 if (it == OptMap. cend())1222 if (it == OptMap.end()) 1223 1223 { 1224 1224 Log(("opt: %d is ignored\n", u8Req));
Note:
See TracChangeset
for help on using the changeset viewer.