summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-05-23 10:48:26 +0000
committerErmal <eri@pfsense.org>2012-05-23 10:48:26 +0000
commit6b517c763fec48af1dc60f78881e772c058b85b4 (patch)
tree32e535dcf4f593aa6067f23fae43d30fdd8e9801 /etc
parent6bab92aa8f473df3798358b1f53c6289421daf5e (diff)
downloadpfsense-6b517c763fec48af1dc60f78881e772c058b85b4.zip
pfsense-6b517c763fec48af1dc60f78881e772c058b85b4.tar.gz
Make file names match to make this work
Diffstat (limited to 'etc')
-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 ed99cd2..c69737f 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -1603,7 +1603,7 @@ function captiveportal_reapply_attributes($cpentry, $attributes) {
if (!empty($commands)) {
@file_put_contents("{$g['tmp_path']}/reattribute.rule.tmp", $commands);
- mwexec("/sbin/ipfw -q {$g['tmp_path']}/tmprules.rules");
+ mwexec("/sbin/ipfw -q {$g['tmp_path']}/reattribute.rule.tmp");
captiveportal_logportalauth($cpentry[4], $cpentry[3], $cpentry[2], "RADIUS_BANDWIDTH_REAPPLY", "{$bw_up}/{$bw_down}");
}
OpenPOWER on IntegriCloud