]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: cleanup unreachable condition in dhcp client path
authorRonan Pigott <ronan@rjp.ie>
Wed, 25 Oct 2023 23:17:44 +0000 (16:17 -0700)
committerRonan Pigott <ronan@rjp.ie>
Thu, 26 Oct 2023 22:26:50 +0000 (15:26 -0700)
commit5516b0dd20d8dd4e4093cd4fd0ef56a644a9808d
tree63f831609cd37b1e4b3089566a28ab18581413ff
parentdc8db30db9829bbebdb96e19420833c5d9073977
network: cleanup unreachable condition in dhcp client path

The client state is unconditionally set just above, making this
conditional unreachable.
src/libsystemd-network/sd-dhcp-client.c