summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-05-04 09:39:09 +0000
committerErmal <eri@pfsense.org>2010-05-04 09:39:09 +0000
commitbb37dc86968bc629125c8f1a8b19fc236629011d (patch)
tree99dc1661d5b7925b9a75a9d9798823b1136b55e7 /etc/inc
parente3495c341a88af990f715273e55796fceacebb0d (diff)
downloadpfsense-bb37dc86968bc629125c8f1a8b19fc236629011d.zip
pfsense-bb37dc86968bc629125c8f1a8b19fc236629011d.tar.gz
Ticket #535. Correct from where we get the port number.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/shaper.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 9a023eb..80303a3 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -3443,7 +3443,7 @@ class layer7 {
}
function delete_l7c() {
- mwexec("/bin/pkill -f 'ipfw-classifyd .* -p ". $l7rules->GetRPort() . "'", true);
+ mwexec("/bin/pkill -f 'ipfw-classifyd .* -p ". $this->GetRPort() . "'", true);
unset_l7_object_by_reference($this->GetRName());
cleanup_l7_from_rules($this->GetRName());
}
OpenPOWER on IntegriCloud