diff options
author | 2000-12-31 17:20:14 +0000 | |
---|---|---|
committer | 2000-12-31 17:20:14 +0000 | |
commit | d6404a8eece001e4b9548cc0ffe6dab3775ea612 (patch) | |
tree | 36af980e6130f9d12a1d04f9ca3c0c20570cf9b4 | |
parent | Some tests for SysV extended local variables ${@D} and the likes. (diff) | |
download | wireguard-openbsd-d6404a8eece001e4b9548cc0ffe6dab3775ea612.tar.xz wireguard-openbsd-d6404a8eece001e4b9548cc0ffe6dab3775ea612.zip |
Remove debugging printf.
-rw-r--r-- | sys/netinet/in_gif.c | 3 |
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; } |