summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2012-06-22 14:00:48 +0200
committerWarren Baker <warren@decoy.co.za>2012-06-22 14:00:48 +0200
commitd4059316838eb3a476b0a0fcb011f55aeb3e6790 (patch)
tree3c1945c008bdd8a49d129eeea9c73027a43bb962 /etc
parent3acbad17de844e6b619b0f47ddb148743e07d46d (diff)
downloadpfsense-d4059316838eb3a476b0a0fcb011f55aeb3e6790.zip
pfsense-d4059316838eb3a476b0a0fcb011f55aeb3e6790.tar.gz
Add missing global
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 ec2ad20..a0f2980 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -1564,7 +1564,7 @@ function portal_mac_radius($clientmac,$clientip) {
}
function captiveportal_reapply_attributes($cpentry, $attributes) {
- global $config;
+ global $config, $g;
/* Add rules for traffic shaping
* We don't need to add extra rules since traffic will pass due to the following kernel option
OpenPOWER on IntegriCloud