]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2491] Corrected invalid initializer.
authorMarcin Siodelski <marcin@isc.org>
Tue, 4 Dec 2012 12:15:45 +0000 (13:15 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 4 Dec 2012 12:15:45 +0000 (13:15 +0100)
src/lib/dhcp/libdhcp++.cc

index a1ca8a69befac075f2143e56f89df3a46a001e68..d326557c11c4a4751ca52334b5bb95ab0adc8e2b 100644 (file)
@@ -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 },