]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3405] Minor fix in the bundy_controller for DHCPv4.
authorMarcin Siodelski <marcin@isc.org>
Tue, 3 Jun 2014 16:04:34 +0000 (18:04 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 3 Jun 2014 16:04:34 +0000 (18:04 +0200)
src/bin/dhcp4/bundy_controller.cc

index 9e0984cee1ac8cb8138e51c97a0845bb6b6af3a8..37545f0b92b1857adf56e626cf3ee76dacc6ab6c 100644 (file)
@@ -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")) {