svn commit: r333942 - head/sys/kern

Matt Macy mmacy at FreeBSD.org
Sun May 20 21:37:36 UTC 2018


Author: mmacy
Date: Sun May 20 21:37:34 2018
New Revision: 333942
URL: https://svnweb.freebsd.org/changeset/base/333942

Log:
  AF_UNIX gc unused label
  
  ...sigh

Modified:
  head/sys/kern/uipc_usrreq.c

Modified: head/sys/kern/uipc_usrreq.c
==============================================================================
--- head/sys/kern/uipc_usrreq.c	Sun May 20 21:20:26 2018	(r333941)
+++ head/sys/kern/uipc_usrreq.c	Sun May 20 21:37:34 2018	(r333942)
@@ -1615,7 +1615,6 @@ unp_connectat(int fd, struct socket *so, struct sockad
 	    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:


More information about the svn-src-all mailing list