mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
networkd: dhcp4 - fix copy-paste error
Reported by poma.
This commit is contained in:
parent
ccf1c0299f
commit
38de08a7e4
@ -575,7 +575,7 @@ int dhcp4_configure(Link *link) {
|
||||
|
||||
assert(link);
|
||||
assert(link->network);
|
||||
assert(link->network->ipv4ll);
|
||||
assert(IN_SET(link->network->dhcp, DHCP_SUPPORT_BOTH, DHCP_SUPPORT_V4));
|
||||
|
||||
r = sd_dhcp_client_new(&link->dhcp_client);
|
||||
if (r < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user