mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-30 12:04:07 +00:00
remove a left-over after r220463 empty #ifdef INET check.
MFC after: 1 week
This commit is contained in:
parent
ef9fc4afd4
commit
196074f3b2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287249
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user