mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
sd-ndisc: fix indentation
This commit is contained in:
parent
8c86196b52
commit
0afa4d569d
@ -221,8 +221,7 @@ static int ndisc_recv(sd_event_source *s, int fd, uint32_t revents, void *userda
|
|||||||
if (!rt)
|
if (!rt)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
r = icmp6_receive(fd, NDISC_ROUTER_RAW(rt), rt->raw_size, &rt->address,
|
r = icmp6_receive(fd, NDISC_ROUTER_RAW(rt), rt->raw_size, &rt->address, &rt->timestamp);
|
||||||
&rt->timestamp);
|
|
||||||
if (r < 0) {
|
if (r < 0) {
|
||||||
switch (r) {
|
switch (r) {
|
||||||
case -EADDRNOTAVAIL:
|
case -EADDRNOTAVAIL:
|
||||||
|
Loading…
Reference in New Issue
Block a user