1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

icmp6: drop unnecessary assertion

Follow-up for 3691bcf3c5.
This commit is contained in:
Yu Watanabe 2021-08-20 08:44:27 +09:00
parent 6f96bdc587
commit 6da22a2fa5

View File

@ -186,7 +186,6 @@ int icmp6_receive(int fd, void *buffer, size_t size, struct in6_addr *ret_dst,
/* namelen == 0 only happens when running the test-suite over a socketpair */
assert(!(msg.msg_flags & MSG_CTRUNC));
assert(!(msg.msg_flags & MSG_TRUNC));
CMSG_FOREACH(cmsg, &msg) {