From: Tomek Mrugalski Date: Thu, 10 Dec 2015 12:55:19 +0000 (+0100) Subject: [master] Compilation fix after 4106 X-Git-Tag: trac3923a_base~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73916cbf0decee7d08217ae39a0f8968d7c4e995;p=thirdparty%2Fkea.git [master] Compilation fix after 4106 --- diff --git a/src/lib/dhcpsrv/dhcp4o6_ipc.cc b/src/lib/dhcpsrv/dhcp4o6_ipc.cc index 4e25d16643..689cddadd8 100644 --- a/src/lib/dhcpsrv/dhcp4o6_ipc.cc +++ b/src/lib/dhcpsrv/dhcp4o6_ipc.cc @@ -231,7 +231,7 @@ void Dhcp4o6IpcBase::send(const Pkt6Ptr& pkt) { } // Check if vendor option exists. - OptionVendorPtr option_vendor = dynamic_pointer_cast< + OptionVendorPtr option_vendor = boost::dynamic_pointer_cast< OptionVendor>(pkt->getOption(D6O_VENDOR_OPTS)); // If vendor option doesn't exist or its enterprise id is not ISC's