summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/pfctl/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index 260f02bc882..97bc7a6b4c5 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.292 2003/01/18 04:45:59 mcbride Exp $ */
+/* $OpenBSD: parse.y,v 1.293 2003/01/18 15:06:13 henning Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -2269,7 +2269,7 @@ natrule : no NAT interface af proto fromto redirpool pooltype staticport
if ($9 != NULL)
nat.rpool.opts |= PF_POOL_STATICPORT;
-
+
expand_nat(&nat, $3, $5, $6.src.host, $6.src.port,
$6.dst.host, $6.dst.port,
$7 == NULL ? NULL : $7->host);