mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
network: fix indentation
This commit is contained in:
parent
e4a0fe6343
commit
89b3fa6626
@ -690,7 +690,7 @@ int dhcp4_set_client_identifier(Link *link) {
|
||||
|
||||
if (duid->type == DUID_TYPE_LLT && duid->raw_data_len == 0)
|
||||
r = sd_dhcp_client_set_duid_llt(link->dhcp_client,
|
||||
duid->llt_time);
|
||||
duid->llt_time);
|
||||
else
|
||||
r = sd_dhcp_client_set_duid(link->dhcp_client,
|
||||
duid->type,
|
||||
|
Loading…
x
Reference in New Issue
Block a user