summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-05-20 15:25:25 +0000
committerErmal Luçi <eri@pfsense.org>2008-05-20 15:25:25 +0000
commitb1cc2eb23c7861ca4f57689e39242b3adabe55b7 (patch)
tree81ce290196a45d9f992d2ac74912cd1b0e049580 /etc
parentaadf3addf5603fb3056968b466f7e9d99cfe796b (diff)
downloadpfsense-b1cc2eb23c7861ca4f57689e39242b3adabe55b7.zip
pfsense-b1cc2eb23c7861ca4f57689e39242b3adabe55b7.tar.gz
Kill the source node too after killing the states.
In multi-WAN case this may matter.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/captiveportal.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 30bcf4f..4e42380 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -620,6 +620,7 @@ function captiveportal_disconnect($dbent, $radiusservers,$term_cause = 1,$stop_t
/* pfSense: ensure all pf states are killed (pfSense) */
mwexec("pfctl -k {$dbent[2]}");
+ mwexec("pfctl -K {$dbent[2]}");
}
OpenPOWER on IntegriCloud