Add a missing "else".

This commit is contained in:
martin 2002-01-24 10:40:12 +00:00
parent 5ecddfad8c
commit d4e37ff89e

3
dist/ipf/printnat.c vendored
View File

@ -1,4 +1,4 @@
/* $NetBSD: printnat.c,v 1.1.1.1 2002/01/24 08:18:30 martti Exp $ */
/* $NetBSD: printnat.c,v 1.2 2002/01/24 10:40:12 martin Exp $ */
/*
* Copyright (C) 1993-2001 by Darren Reed.
@ -228,6 +228,7 @@ int opts;
printf(" [%s", inet_ntoa(nat->nat_oip));
if ((nat->nat_flags & IPN_TCPUDP) != 0)
printf(" %hu]", ntohs(nat->nat_oport));
else
printf("]");
if (opts & OPT_VERBOSE) {