Browse Source

[master] Compilation fix after 4106

Tomek Mrugalski 9 years ago
parent
commit
73916cbf0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/dhcp4o6_ipc.cc

+ 1 - 1
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