Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2018 06:47:10 +0000 (UTC)
From:      Matt Macy <mmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334253 - head/sys/netinet
Message-ID:  <201805270647.w4R6lADe006828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805270647.w4R6lADe006828>