summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-09 23:47:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-09 23:47:46 +0000
commitecfc831a3af12ede9920b3b0e20ec52e4f6b7dc9 (patch)
treea4969badad732d43bc3f0db9402f02155f465c18 /etc/inc/captiveportal.inc
parent6d17beb0c1d50af38ccd8940d04c694c70de52c7 (diff)
downloadpfsense-ecfc831a3af12ede9920b3b0e20ec52e4f6b7dc9.zip
pfsense-ecfc831a3af12ede9920b3b0e20ec52e4f6b7dc9.tar.gz
Correctly output table contents
Diffstat (limited to 'etc/inc/captiveportal.inc')
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 63ade77..459284c 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -253,7 +253,7 @@ function captiveportal_prune_old() {
/* launch expiretable and remove entries older than $timeout */
mwexec("/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t " . $idletimeout . " captiveportal");
- $after_prune = `/sbin/pfctl -A captiveportal -sr`;
+ $after_prune = `/sbin/pfctl -t captiveportal -T show`;
/*
* loop back through and deterimine if expiretable removed a client.
OpenPOWER on IntegriCloud