]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-dhcp6-client: rename client_set_state() -> client_start_transaction()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 6 Feb 2022 19:04:34 +0000 (04:04 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 14 Feb 2022 05:57:35 +0000 (14:57 +0900)
commite5d69be216aab7649f43a89c0fa39855603b0215
treeea879233a19728b09a3fa5bf9d8156d7dc8e90e5
parentfa78d165bb478404887e33fad7ca60a5da489e54
sd-dhcp6-client: rename client_set_state() -> client_start_transaction()

Previously, it obeys state transition, but now it is only used when
(re-)starting transaction. Let's rename again in more explanative name.
src/libsystemd-network/sd-dhcp6-client.c