Browse Source

[3195] Failed unicast bind no longer terminates control session.

Tomek Mrugalski 11 years ago
parent
commit
770f4dfb5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp6/ctrl_dhcp6_srv.cc

+ 1 - 1
src/bin/dhcp6/ctrl_dhcp6_srv.cc

@@ -216,7 +216,7 @@ void ControlledDhcpv6Srv::establishSession() {
         // reopen sockets according to new configuration.
         openActiveSockets(getPort());
 
-    } catch (const DhcpConfigError& ex) {
+    } catch (const std::exception& ex) {
         LOG_ERROR(dhcp6_logger, DHCP6_CONFIG_LOAD_FAIL).arg(ex.what());
 
     }