BIND 10 pd-ietf-demo2, updated. 04dd64b891bdaab77cc09b5fd89992eb2d6bf245 [pd-ietf-demo2] FQDN fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 6 23:57:31 UTC 2013
The branch, pd-ietf-demo2 has been updated
via 04dd64b891bdaab77cc09b5fd89992eb2d6bf245 (commit)
from af6007fcc169e2eccd65f3fc0ae0080d19249fad (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 04dd64b891bdaab77cc09b5fd89992eb2d6bf245
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed Nov 6 15:57:20 2013 -0800
[pd-ietf-demo2] FQDN fix
-----------------------------------------------------------------------
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 b9ecdcf..070cb3b 100644
--- a/src/bin/dhcp6/dhcp6_srv.cc
+++ b/src/bin/dhcp6/dhcp6_srv.cc
@@ -1047,7 +1047,7 @@ Dhcpv6Srv::appendClientFqdn(const Pkt6Ptr& question,
// If FQDN is NULL, it means that client did not request DNS Update, plus
// server doesn't force updates.
- if (fqdn) {
+ if (!fqdn) {
return;
}
More information about the bind10-changes
mailing list