svn commit: r334253 - head/sys/netinet

Matt Macy mmacy at FreeBSD.org
Sun May 27 06:47:11 UTC 2018


Author: mmacy
Date: Sun May 27 06:47:09 2018
New Revision: 334253
URL: https://svnweb.freebsd.org/changeset/base/334253

Log:
  in_pcbladdr: remove debug code that snuck in with ifa epoch conversion r334118

Modified:
  head/sys/netinet/in_pcb.c

Modified: head/sys/netinet/in_pcb.c
==============================================================================
--- head/sys/netinet/in_pcb.c	Sat May 26 23:02:15 2018	(r334252)
+++ head/sys/netinet/in_pcb.c	Sun May 27 06:47:09 2018	(r334253)
@@ -839,7 +839,6 @@ in_pcbladdr(struct inpcb *inp, struct in_addr *faddr, 
 
 		}
 		if (ia == NULL) {
-			printf("ifa_ifwithnet failed\n");
 			error = ENETUNREACH;
 			goto done;
 		}


More information about the svn-src-head mailing list