]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: set dhcp4_configured flag false before configuring address
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 28 May 2019 13:14:13 +0000 (22:14 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 28 May 2019 13:21:23 +0000 (22:21 +0900)
commita20c909c68af3fbc7f22e8c8bfe13e65aa63496c
treee4bab8b2b6bf6b00732467f4516c1df718561ec7
parent4c9c82723138d885698bdc9ab3676ced733a854a
network: set dhcp4_configured flag false before configuring address

Otherwise, even if dhcp_lease_acquired() fails, the flag is still on.
src/network/networkd-dhcp4.c