AF_UNIX gc unused label

...sigh
This commit is contained in:
mmacy 2018-05-20 21:37:34 +00:00
parent b0c65d1080
commit 1789285c11

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: