BIND 10 trac2326, updated. 31147f0f82fd1e1b8ead164153599269822517ea [2326] Compilation fix.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jan 3 13:15:41 UTC 2013
The branch, trac2326 has been updated
via 31147f0f82fd1e1b8ead164153599269822517ea (commit)
from 8679b4053024172db8e3d55b7ed50a855efc77c0 (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 31147f0f82fd1e1b8ead164153599269822517ea
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Thu Jan 3 14:15:31 2013 +0100
[2326] Compilation fix.
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/dhcp6_srv.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc
index f5ab8ab..a4173e4 100644
--- a/src/bin/dhcp6/dhcp6_srv.cc
+++ b/src/bin/dhcp6/dhcp6_srv.cc
@@ -824,8 +824,8 @@ OptionPtr Dhcpv6Srv::releaseIA_NA(const DuidPtr& duid, Pkt6Ptr question,
LOG_WARN(dhcp6_logger, DHCP6_RELEASE_FAIL_WRONG_IAID)
.arg(duid->toText())
.arg(release_addr->getAddress().toText())
- .arg(lease->iaid_);
- .arg(ia->getIAID())
+ .arg(lease->iaid_)
+ .arg(ia->getIAID());
ia_rsp->addOption(createStatusCode(STATUS_NoBinding,
"This is your address, but you used wrong IAID"));
general_status = STATUS_NoBinding;
More information about the bind10-changes
mailing list