]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-dhcp6-client: rename req_opts_len -> n_req_opts
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 1 Apr 2022 16:11:32 +0000 (01:11 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 3 Apr 2022 10:23:03 +0000 (19:23 +0900)
commit2f53b311c3d0e51d9ed5944ef6a24e64f4e6a950
treefee5818bd2f7ac466606e93afba8f34d36421630
parentfbe043001581df609eae40e0d2f2319d52b5237a
sd-dhcp6-client: rename req_opts_len -> n_req_opts

As 'len' is confusing and we may misunderstand it as the size of
the buffer instead of the number of options.
src/libsystemd-network/dhcp6-internal.h
src/libsystemd-network/sd-dhcp6-client.c