one more tcpudp->tcp/udp
authorkstailey <kstailey@openbsd.org>
Fri, 7 Feb 1997 19:33:49 +0000 (19:33 +0000)
committerkstailey <kstailey@openbsd.org>
Fri, 7 Feb 1997 19:33:49 +0000 (19:33 +0000)
sbin/ipnat/ipnat.c

index 9d000d8..4f9aafb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ipnat.c,v 1.7 1997/02/07 18:26:47 kstailey Exp $      */
+/*     $OpenBSD: ipnat.c,v 1.8 1997/02/07 19:33:49 kstailey Exp $      */
 /*
  * (C)opyright 1993,1994,1995 by Darren Reed.
  *
@@ -540,7 +540,7 @@ char *line;
                ipn.in_flags = IPN_TCP;
        else if (!strcasecmp(s, "udp"))
                ipn.in_flags = IPN_UDP;
-       else if (!strcasecmp(s, "tcpudp"))
+       else if (!strcasecmp(s, "tcp/udp"))
                ipn.in_flags = IPN_TCPUDP;
        else {
                fprintf(stderr, "expected protocol name - got \"%s\"\n", s);