BIND 10 trac2491, updated. b1d0e42774ef51b404be44ee53cb930a630a63bb [2491] Corrected invalid initializer.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 4 17:11:53 UTC 2012
The branch, trac2491 has been updated
via b1d0e42774ef51b404be44ee53cb930a630a63bb (commit)
from fca9ec102de26345c4dafb193f85a0560322f295 (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 b1d0e42774ef51b404be44ee53cb930a630a63bb
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Dec 4 13:15:45 2012 +0100
[2491] Corrected invalid initializer.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/libdhcp++.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/libdhcp++.cc b/src/lib/dhcp/libdhcp++.cc
index a1ca8a6..d326557 100644
--- a/src/lib/dhcp/libdhcp++.cc
+++ b/src/lib/dhcp/libdhcp++.cc
@@ -287,7 +287,7 @@ LibDHCP::initStdOptionDefs6() {
// option class to handle it so we simply return binary
// option type for now.
// @todo implement a class to handle AUTH option.
- { "AUTH", D6O_AUTH, D6O_AUTH, OPT_BINARY_TYPE, false },
+ { "AUTH", D6O_AUTH, OPT_BINARY_TYPE, false },
{ "unicast", D6O_UNICAST, OPT_IPV6_ADDRESS_TYPE, false },
{ "status-code", D6O_STATUS_CODE, OPT_RECORD_TYPE, false },
{ "rapid-commit", D6O_RAPID_COMMIT, OPT_EMPTY_TYPE, false },
More information about the bind10-changes
mailing list