mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-10 05:08:42 +00:00
IO: Fix missing return introduced in one of earlier patches
This commit is contained in:
parent
130da72203
commit
ea9a86fc6e
@ -293,4 +293,6 @@ sk_set_udp6_no_csum_rx(sock *s)
|
||||
|
||||
if (setsockopt(s->fd, SOL_UDP, UDP_NO_CHECK6_RX, &y, sizeof(y)) < 0)
|
||||
ERR("UDP_NO_CHECK6_RX");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user