diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-18 15:06:14 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-01-18 15:06:14 +0000 |
commit | ef6f24359b9b603aacba32713267482843ee37ad (patch) | |
tree | 71cab4980bfbb7a6f27d6c3ea11fcc26f8d5d190 | |
parent | c483988f4ff6e0c85a2ba732b240924e782f142a (diff) |
KNF after ryan...
-rw-r--r-- | sbin/pfctl/parse.y | 4 |
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); |