2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[2491] Corrected invalid initializer.

This commit is contained in:
Marcin Siodelski
2012-12-04 13:15:45 +01:00
parent fca9ec102d
commit b1d0e42774

View 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 },