AF_UNIX gc unused label

...sigh
This commit is contained in:
Matt Macy 2018-05-20 21:37:34 +00:00
parent cb8f450b94
commit 9725c9cef7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333942

View File

@ -1615,7 +1615,6 @@ unp_connectat(int fd, struct socket *so, struct sockaddr *nam,
sotounpcb(so2) == unp2,
("%s: unp2 %p so2 %p", __func__, unp2, so2));
error = unp_connect2(so, so2, PRU_CONNECT);
bad3:
UNP_PCB_UNLOCK(unp2);
UNP_PCB_UNLOCK(unp);
bad2: