summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-11 17:17:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-11 17:17:10 +0000
commita90f3528a2871b36fb6b1e02e79ee19004a8fb52 (patch)
tree7f91aca0f0acb6044da7019f29df3c60ca3dc341 /usr
parentbba1c4ec796524cc34648b2eb0ce42591d3c8042 (diff)
downloadpfsense-a90f3528a2871b36fb6b1e02e79ee19004a8fb52.zip
pfsense-a90f3528a2871b36fb6b1e02e79ee19004a8fb52.tar.gz
Silence Eclipse warnings
Diffstat (limited to 'usr')
-rw-r--r--usr/local/captiveportal/radius_accounting.inc4
-rw-r--r--usr/local/captiveportal/radius_authentication.inc2
2 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/captiveportal/radius_accounting.inc b/usr/local/captiveportal/radius_accounting.inc
index 15325ae..077240c 100644
--- a/usr/local/captiveportal/radius_accounting.inc
+++ b/usr/local/captiveportal/radius_accounting.inc
@@ -45,7 +45,7 @@ RADIUS ACCOUNTING START
function RADIUS_ACCOUNTING_START($ruleno,$username,$sessionid,$radiusip,$radiusport,$radiuskey,$clientip,$clientmac) {
- global $config;
+ global $config, $debug;
$retvalue = array();
$nas_mac = mac_format(get_interface_mac($config['interfaces']['wan']['if']));
@@ -152,7 +152,7 @@ RADIUS ACCOUNTING STOP/UPDATE
function RADIUS_ACCOUNTING_STOP($ruleno,$username,$sessionid,$start_time,$radiusip,$radiusport,$radiuskey,$clientip,$clientmac, $term_cause = 1, $interimupdate=false,$stop_time = null) {
- global $config;
+ global $config, $debug;
$retvalue = array();
$nas_mac = mac_format(get_interface_mac($config['interfaces']['wan']['if']));
diff --git a/usr/local/captiveportal/radius_authentication.inc b/usr/local/captiveportal/radius_authentication.inc
index f826c20..07ef50d 100644
--- a/usr/local/captiveportal/radius_authentication.inc
+++ b/usr/local/captiveportal/radius_authentication.inc
@@ -44,7 +44,7 @@ RADIUS AUTHENTICATION
function RADIUS_AUTHENTICATION($username,$password,$radiusservers,$clientip,$clientmac,$ruleno) {
- global $config;
+ global $config, $debug;
$retvalue = array();
$nas_mac = mac_format(get_interface_mac($config['interfaces']['wan']['if']));
OpenPOWER on IntegriCloud