]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use the correct name taken from the dictionaries
authorAlan T. DeKok <aland@freeradius.org>
Thu, 31 May 2018 19:56:47 +0000 (15:56 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 31 May 2018 19:56:47 +0000 (15:56 -0400)
src/modules/proto_dhcpv4/proto_dhcpv4_udp.c

index 793bd54615512227ef4ae56ec0a9382e2f21c2fd..0255fcb200ce97e272dd8cf05d0016a35a555193 100644 (file)
@@ -121,7 +121,7 @@ static fr_dict_attr_t const *attr_dhcp_server_identifier;
 extern fr_dict_attr_autoload_t proto_dhcpv4_udp_dict_attr[];
 fr_dict_attr_autoload_t proto_dhcpv4_udp_dict_attr[] = {
        { .out = &attr_message_type, .name = "DHCP-Message-Type", .type = FR_TYPE_UINT8, .dict = &dict_dhcpv4},
-       { .out = &attr_dhcp_server_identifier, .name = "DHCP-Server-Identifier", .type = FR_TYPE_IPV4_ADDR, .dict = &dict_dhcpv4},
+       { .out = &attr_dhcp_server_identifier, .name = "DHCP-DHCP-Server-Identifier", .type = FR_TYPE_IPV4_ADDR, .dict = &dict_dhcpv4},
        { NULL }
 };