diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-02-01 22:27:37 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-02-01 22:27:37 +0000 |
commit | 8cf3270bbca6471365f14deba393066ee8038222 (patch) | |
tree | 35edc9442117680d05bcaf9a6a022b961f1db5c5 | |
parent | 7b08d8c0a9eb46de7bdaa444373acec3aae195dd (diff) | |
download | pfsense-8cf3270bbca6471365f14deba393066ee8038222.zip pfsense-8cf3270bbca6471365f14deba393066ee8038222.tar.gz |
Small cleanup.
-rw-r--r-- | etc/inc/pfsense-utils.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 54b541a..fbffc6e 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -196,9 +196,7 @@ function tdr_create_ipfw_rule($rule, $type) { if (isset($rule['disabled'])) return ""; - $pptpdcfg = $config['pptpd']; - $pppoecfg = $config['pppoe']; - $l2tpcfg = $config['l2tp']; + $int = ""; /* Check to see if the interface is in our list */ if (isset($rule['floating'])) { |