projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d2cae
)
network: fix indentation
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Mon, 28 Nov 2022 19:30:12 +0000
(
04:30
+0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Mon, 28 Nov 2022 19:30:12 +0000
(
04:30
+0900)
src/network/networkd-ndisc.c
patch
|
blob
|
history
diff --git
a/src/network/networkd-ndisc.c
b/src/network/networkd-ndisc.c
index ce7dff222bbd01b8616d8b74ecdf6110e24e10f9..a811372e054ec044fd0d740abdb3d6353e5e1bf8 100644
(file)
--- a/
src/network/networkd-ndisc.c
+++ b/
src/network/networkd-ndisc.c
@@
-233,7
+233,7
@@
static int ndisc_request_address(Address *in, Link *link, sd_ndisc_router *rt) {
link->ndisc_configured = false;
return link_request_address(link, TAKE_PTR(address), true, &link->ndisc_messages,
- ndisc_address_handler, NULL);
+
ndisc_address_handler, NULL);
}
static int ndisc_router_process_default(Link *link, sd_ndisc_router *rt) {