From 93958dab0a846d1e2b45c5ba5d2b7a2cf8522307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Sat, 5 Sep 2009 16:40:29 +0000 Subject: Correct typo. Reported-by: stompro(forums:http://forum.pfsense.org/index.php/topic,18841.0.html) --- etc/inc/captiveportal.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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]}"); -- cgit v1.1