Skip to content

Commit c52f6cd

Browse files
DaanDeMeyerbluca
authored andcommitted
network: Add missing comma
1 parent edb37ee commit c52f6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/networkd-network-gperf.gperf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ DHCPv4.Use6RD, config_parse_bool,
261261
DHCPv4.IPv6OnlyMode, config_parse_tristate, 0, offsetof(Network, dhcp_ipv6_only_mode)
262262
DHCPv4.NetLabel, config_parse_string, CONFIG_PARSE_STRING_SAFE, offsetof(Network, dhcp_netlabel)
263263
DHCPv4.NFTSet, config_parse_nft_set, NFT_SET_PARSE_NETWORK, offsetof(Network, dhcp_nft_set_context)
264-
DHCPv4.RapidCommit config_parse_tristate, 0, offsetof(Network, dhcp_use_rapid_commit)
264+
DHCPv4.RapidCommit, config_parse_tristate, 0, offsetof(Network, dhcp_use_rapid_commit)
265265
DHCPv6.UseAddress, config_parse_bool, 0, offsetof(Network, dhcp6_use_address)
266266
DHCPv6.UseDelegatedPrefix, config_parse_bool, 0, offsetof(Network, dhcp6_use_pd_prefix)
267267
DHCPv6.UseDNS, config_parse_dhcp_use_dns, AF_INET6, 0

0 commit comments

Comments
 (0)