diff options
author | Luiz Otavio O Souza <luiz@netgate.com> | 2016-11-02 00:34:22 -0500 |
---|---|---|
committer | Luiz Souza <luiz@netgate.com> | 2017-07-17 21:43:33 -0500 |
commit | acc566ae1f356c5a081e9365b70845c34a96ea2b (patch) | |
tree | a906eb4d560537d5369cb841b905f6f5366e140a | |
parent | f2a90e770e3547494aa1a236243845399cf3f151 (diff) | |
download | FreeBSD-src-acc566ae1f356c5a081e9365b70845c34a96ea2b.zip FreeBSD-src-acc566ae1f356c5a081e9365b70845c34a96ea2b.tar.gz |
Rererefix the build...
(cherry picked from commit 3109c027bc0d10653af18b6463929abbbea8afaf)
-rw-r--r-- | sys/netpfil/pf/pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c index bda85f1..510e529 100644 --- a/sys/netpfil/pf/pf.c +++ b/sys/netpfil/pf/pf.c @@ -7054,7 +7054,7 @@ done: /* XXX: ipfw has the same behaviour! */ action = PF_DROP; REASON_SET(&reason, PFRES_MEMORY); - else if ((pd.act.dnpipe || pd.act.pdnpipe) && !PACKET_LOOPED(&pd)) { + } else if ((pd.act.dnpipe || pd.act.pdnpipe) && !PACKET_LOOPED(&pd)) { if (dir != r->direction && pd.act.pdnpipe) { dnflow.rule.info = pd.act.pdnpipe; } else if (dir == r->direction && pd.act.dnpipe) { |