BIND 10 trac998, updated. 6c5a9b252b7bc062ed807aff342d0314811b5bde [trac998] removing more redundant white spaces
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 20 18:56:54 UTC 2011
The branch, trac998 has been updated
via 6c5a9b252b7bc062ed807aff342d0314811b5bde (commit)
from 8320629b004d5fc8194afb5d277a0d9e01299121 (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 6c5a9b252b7bc062ed807aff342d0314811b5bde
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jun 20 11:56:41 2011 -0700
[trac998] removing more redundant white spaces
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/ip_check.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/ip_check.h b/src/lib/acl/ip_check.h
index 719f1d8..0511832 100644
--- a/src/lib/acl/ip_check.h
+++ b/src/lib/acl/ip_check.h
@@ -305,9 +305,9 @@ public:
IPCheck& operator=(const IPCheck<Context>& other) {
if (this != &other) {
Check<Context>::operator=(other);
- std::copy(other.address_.word, other.address_.word + IPV6_SIZE32,
+ std::copy(other.address_.word, other.address_.word + IPV6_SIZE32,
address_.word);
- std::copy(other.netmask_.word, other.netmask_.word + IPV6_SIZE32,
+ std::copy(other.netmask_.word, other.netmask_.word + IPV6_SIZE32,
netmask_.word);
masksize_ = other.masksize_;
inverse_ = other.inverse_;
More information about the bind10-changes
mailing list