From: Tomek Mrugalski Date: Wed, 8 May 2013 09:30:50 +0000 (+0200) Subject: [2898] Compilation fix after recent changes. X-Git-Tag: bind10-1.2.0beta1-release~470^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=131a89175e97714ac87f14f95703cd76df7a965c;p=thirdparty%2Fkea.git [2898] Compilation fix after recent changes. --- diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc index 0252c5199f..86f4d8f48a 100644 --- a/src/bin/dhcp6/dhcp6_srv.cc +++ b/src/bin/dhcp6/dhcp6_srv.cc @@ -543,7 +543,7 @@ Dhcpv6Srv::selectSubnet(const Pkt6Ptr& question) { // This is a relayed message OptionPtr interface_id = question->getAnyRelayOption(D6O_INTERFACE_ID, - Pkt6::RELAY_SEARCH_FIRST); + Pkt6::RELAY_GET_FIRST); if (interface_id) { subnet = CfgMgr::instance().getSubnet6(interface_id); }