summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-31 17:20:15 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-31 17:20:15 +0000
commitf171603bffab2917b0009d3e90640d4fdcd30bc1 (patch)
tree0ee0ca10554cd1a6d5520759fcbc04d39aa188ca /sys
parentca67588a43c5cc1c61b72e354ad3a66e49d18fbf (diff)
Remove debugging printf.
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/in_gif.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c
index d72b7cec2c6..cc3498577b0 100644
--- a/sys/netinet/in_gif.c
+++ b/sys/netinet/in_gif.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_gif.c,v 1.11 2000/12/30 21:50:46 angelos Exp $ */
+/* $OpenBSD: in_gif.c,v 1.12 2000/12/31 17:20:14 angelos Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -96,7 +96,6 @@ in_gif_output(ifp, family, m, rt)
sin_src->sin_family != AF_INET ||
sin_dst->sin_family != AF_INET) {
m_freem(m);
-printf("failure 1\n");
return EAFNOSUPPORT;
}