aboutsummaryrefslogtreecommitdiff
path: root/security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp')
-rw-r--r--security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp b/security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp
deleted file mode 100644
index cdd29413541a..000000000000
--- a/security/fwbuilder/files/patch-src-pflib-PolicyCompiler_pf.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -urPN --exclude=CVS --exclude=.svn --exclude=00_TRANS.TBL export/home/cy/freebsd/fwbuilder/work/fwbuilder-3.0.7/src/pflib/PolicyCompiler_pf.cpp usr/ports/security/fwbuilder.old/work/fwbuilder-3.0.6/src/pflib/PolicyCompiler_pf.cpp
---- src/pflib/PolicyCompiler_pf.cpp 2009-09-18 12:28:39.000000000 -0700
-+++ src/pflib/PolicyCompiler_pf.cpp 2009-08-18 08:27:52.000000000 -0700
-@@ -521,8 +521,7 @@
- {
- PolicyRule *rule=getNext(); if (rule==NULL) return false;
-
-- if (rule->getDirection()==PolicyRule::Both &&
-- rule->getAction()==PolicyRule::Route)
-+ if (rule->getDirection()==PolicyRule::Both)
- {
- PolicyRule *r= compiler->dbcopy->createPolicyRule();
- compiler->temp_ruleset->add(r);