diff options
Diffstat (limited to 'sbin/ipnat/ipnat.c')
-rw-r--r-- | sbin/ipnat/ipnat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipnat/ipnat.c b/sbin/ipnat/ipnat.c index 7b77181681f..9d000d8abc4 100644 --- a/sbin/ipnat/ipnat.c +++ b/sbin/ipnat/ipnat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipnat.c,v 1.6 1997/02/07 18:10:07 kstailey Exp $ */ +/* $OpenBSD: ipnat.c,v 1.7 1997/02/07 18:26:47 kstailey Exp $ */ /* * (C)opyright 1993,1994,1995 by Darren Reed. * @@ -193,7 +193,7 @@ int verbose; else if (np->in_flags & IPN_UDP) printf(" udp"); else if (np->in_flags & IPN_TCPUDP) - printf(" tcpudp"); + printf(" tcp/udp"); printf(" %d:%d", ntohs(np->in_port[0]), ntohs(np->in_port[1])); } |