Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2007 10:09:46 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 126260 for review
Message-ID:  <200709101009.l8AA9k0D091480@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=126260

Change 126260 by zec@zec_tca51 on 2007/09/10 10:08:48

	Remove a stale debugging printf().

Affected files ...

.. //depot/projects/vimage/src/sys/netinet6/ip6_input.c#24 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet6/ip6_input.c#24 (text+ko) ====

@@ -1106,7 +1106,6 @@
 void
 ip6_savecontrol(struct inpcb *in6p, struct mbuf *m, struct mbuf **mp)
 {
-	printf("---> tcp6_input() \n");
 #define IS2292(x, y)	((in6p->in6p_flags & IN6P_RFC2292) ? (x) : (y))
 	struct ip6_hdr *ip6 = mtod(m, struct ip6_hdr *);
 



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