src/lib/dhcp/option.cc
Removed dead line
src/lib/dhcpsrv/tests/host_reservation_parser_unittest.cc
Removed unneeded include
// Do not allow options to be added to themselves as this
// can lead to infinite recursion.
isc_throw(InvalidOperation, "option cannot be added to itself: " << toText());
- // return;
}
options_.insert(make_pair(opt->getType(), opt));
#include <cc/data.h>
#include <dhcp/duid.h>
#include <dhcp/hwaddr.h>
-#include <dhcp/option_custom.h>
#include <dhcp/option_int.h>
#include <dhcp/option4_addrlst.h>
#include <dhcp/option6_addrlst.h>