]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-dhcp: store number of trial in sd_dhcp_client::attempt
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 5 May 2019 15:10:22 +0000 (17:10 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 7 May 2019 02:08:33 +0000 (04:08 +0200)
commit11793fcd638ea0511761c536696922e0dec6d495
treefb226d9135ae7e25c5a88a91aa5dee173a264bf2
parent3759c0bdd39135033400696c84f58d220a1a128d
sd-dhcp: store number of trial in sd_dhcp_client::attempt

Calling 2^n as attempt is misleading.
src/libsystemd-network/sd-dhcp-client.c