summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-09-05 16:40:29 +0000
committerErmal Luçi <eri@pfsense.org>2009-09-05 16:40:29 +0000
commit93958dab0a846d1e2b45c5ba5d2b7a2cf8522307 (patch)
tree16ab7756f316b5025c56f242267ab35e37648974 /etc/inc
parent36df510dd649ca76be41689c77948678c430459e (diff)
downloadpfsense-93958dab0a846d1e2b45c5ba5d2b7a2cf8522307.zip
pfsense-93958dab0a846d1e2b45c5ba5d2b7a2cf8522307.tar.gz
Correct typo. Reported-by: stompro(forums:http://forum.pfsense.org/index.php/topic,18841.0.html)
Diffstat (limited to 'etc/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 a3a80a5..3b79628 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -608,7 +608,7 @@ function captiveportal_disconnect($dbent, $radiusservers,$term_cause = 1,$stop_t
$stop_time);
}
- mwexec("/sbin/ipfw table 4 delete {$dbent[2]}");
+ mwexec("/sbin/ipfw table 3 delete {$dbent[2]}");
mwexec("/sbin/ipfw table 4 delete {$dbent[2]}");
mwexec("/sbin/ipfw delete {$dbent[1]}");
OpenPOWER on IntegriCloud