projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4a0fe6
)
network: fix indentation
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 22 Dec 2018 22:59:54 +0000
(07:59 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 22 Dec 2018 23:00:59 +0000
(08:00 +0900)
src/network/networkd-dhcp4.c
patch
|
blob
|
history
diff --git
a/src/network/networkd-dhcp4.c
b/src/network/networkd-dhcp4.c
index 980d49e4fffc8a6f2e910ef2e453026580ffd46f..d8ac4552f4ca43a1a46b569c561e93788b3ec4c8 100644
(file)
--- 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,