BIND 10 pd-ietf-demo, updated. 770f4dfb5ac6abd620a01215ed85c1719b946f11 [3195] Failed unicast bind no longer terminates control session.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 16 08:56:09 UTC 2013


The branch, pd-ietf-demo has been updated
       via  770f4dfb5ac6abd620a01215ed85c1719b946f11 (commit)
      from  426203928242be40458c4e2ea861257e32424b14 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 770f4dfb5ac6abd620a01215ed85c1719b946f11
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Wed Oct 16 10:55:26 2013 +0200

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

-----------------------------------------------------------------------

Summary of changes:
 src/bin/dhcp6/ctrl_dhcp6_srv.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/ctrl_dhcp6_srv.cc b/src/bin/dhcp6/ctrl_dhcp6_srv.cc
index 7168b91..e42c83b 100644
--- a/src/bin/dhcp6/ctrl_dhcp6_srv.cc
+++ b/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());
 
     }



More information about the bind10-changes mailing list