diff options
| -rw-r--r-- | sys/netinet6/udp6_usrreq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c index 087deb78d04c2..98790a8bcba71 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -1243,8 +1243,6 @@ udp6_send(struct socket *so, int flags, struct mbuf *m, INP_HASH_WLOCK(pcbinfo); error = udp6_output(inp, m, addr, control, td); INP_HASH_WUNLOCK(pcbinfo); -#ifdef INET -#endif INP_WUNLOCK(inp); return (error); |
