BIND 10 trac2892, updated. bb339dd52f357cf97a3bfc15d68650d9fe2b577d code update
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jan 13 20:19:22 UTC 2014
The branch, trac2892 has been updated
via bb339dd52f357cf97a3bfc15d68650d9fe2b577d (commit)
from fbc7aeaac7211076d70aae031b7b464280dedc72 (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 bb339dd52f357cf97a3bfc15d68650d9fe2b577d
Author: wlodek <wlodek.wencel at gmail.com>
Date: Mon Jan 13 21:18:59 2014 +0100
code update
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/dhcp6_srv.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc
index 4996adc..667e578 100644
--- a/src/bin/dhcp6/dhcp6_srv.cc
+++ b/src/bin/dhcp6/dhcp6_srv.cc
@@ -767,7 +767,7 @@ Dhcpv6Srv::testServerid(const Pkt6Ptr& pkt){
OptionPtr serverid = pkt->getOption(D6O_SERVERID);
// I just want to throw exception when server id's don't mach.
- if !(getServerID()->getData() == serverid->getData())
+ if (!(getServerID()->getData() == serverid->getData()))
//if received serverid isn't same with our, drop message
isc_throw(ServerID_mismatch, "Receievd serverid isn't ours");
}
More information about the bind10-changes
mailing list