BIND 10 trac1540, updated. 9f613bb9c9be87fbd800a1e87044070a04d75adf [1540] Removed declaration and initialization of unused variable
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Apr 20 16:51:47 UTC 2012
The branch, trac1540 has been updated
via 9f613bb9c9be87fbd800a1e87044070a04d75adf (commit)
from 1c1127916ee5c550c729d3d128c1b6bad100cab9 (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 9f613bb9c9be87fbd800a1e87044070a04d75adf
Author: Stephen Morris <stephen at isc.org>
Date: Fri Apr 20 17:51:13 2012 +0100
[1540] Removed declaration and initialization of unused variable
... which was left over from a previous change.
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/dhcp6_srv.cc | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc
index 0b1b577..f4a535e 100644
--- a/src/bin/dhcp6/dhcp6_srv.cc
+++ b/src/bin/dhcp6/dhcp6_srv.cc
@@ -183,9 +183,6 @@ void Dhcpv6Srv::setServerID() {
continue;
}
- uint8_t zeros[IfaceMgr::MAX_MAC_LEN];
- memset(zeros, 0, IfaceMgr::MAX_MAC_LEN);
-
// some interfaces (like lo on Linux) report 6-bytes long
// MAC adress 00:00:00:00:00:00. Let's not use such weird interfaces
// to generate DUID.
More information about the bind10-changes
mailing list