From: Marcin Siodelski Date: Tue, 3 Jun 2014 16:04:34 +0000 (+0200) Subject: [3405] Minor fix in the bundy_controller for DHCPv4. X-Git-Tag: trac3434_base~11^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26ebb4c15e9cf1a530df7df68736eb9da142016d;p=thirdparty%2Fkea.git [3405] Minor fix in the bundy_controller for DHCPv4. --- diff --git a/src/bin/dhcp4/bundy_controller.cc b/src/bin/dhcp4/bundy_controller.cc index 9e0984cee1..37545f0b92 100644 --- a/src/bin/dhcp4/bundy_controller.cc +++ b/src/bin/dhcp4/bundy_controller.cc @@ -134,7 +134,9 @@ bundyConfigHandler(ConstElementPtr new_config) { -void ControlledDhcpv4Srv::init(const std::string& /*config_file*/) { +void ControlledDhcpv4Srv::init(const std::string& config_file) { + // Call base class's init. + Daemon::init(config_file); string specfile; if (getenv("B10_FROM_BUILD")) {