diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-01-03 15:12:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-03 15:12:12 +0100 |
commit | 9ef36967c8cf985313f26d16722ea059fa668ccb (patch) | |
tree | 02cc5a59c59a4053e74fa0b31a78f4130b7e5673 /src/network | |
parent | libudev-util: make util_replace_whitespace() read only len characters (diff) | |
parent | network: fix indentation (diff) | |
download | systemd-9ef36967c8cf985313f26d16722ea059fa668ccb.tar.xz systemd-9ef36967c8cf985313f26d16722ea059fa668ccb.zip |
Merge pull request #11250 from yuwata/dhcp-coding-style-fixes
dhcp,network: trivial coding style fixes
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/networkd-dhcp4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-dhcp4.c b/src/network/networkd-dhcp4.c index 980d49e4ff..d8ac4552f4 100644 --- a/src/network/networkd-dhcp4.c +++ b/src/network/networkd-dhcp4.c @@ -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, |