summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-03-23 23:11:51 +0000
committerErmal <eri@pfsense.org>2012-03-23 23:12:08 +0000
commit7b89ea6afab65e111b90c27521e95c2c8d24c4bb (patch)
tree75d025e5d5ee7b1636924b457c53515cdc36894a /usr/local/captiveportal
parentf7f33eb369b09c8947a0437a01cd8b8580a56cda (diff)
downloadpfsense-7b89ea6afab65e111b90c27521e95c2c8d24c4bb.zip
pfsense-7b89ea6afab65e111b90c27521e95c2c8d24c4bb.tar.gz
Remove unused code
Diffstat (limited to 'usr/local/captiveportal')
-rw-r--r--usr/local/captiveportal/radius_authentication.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/captiveportal/radius_authentication.inc b/usr/local/captiveportal/radius_authentication.inc
index cb21a23..df9a368 100644
--- a/usr/local/captiveportal/radius_authentication.inc
+++ b/usr/local/captiveportal/radius_authentication.inc
@@ -80,7 +80,6 @@ function RADIUS_AUTHENTICATION($username,$password,$radiusservers,$clientip,$cli
global $config, $cpzone;
$retvalue = array();
- $nas_mac = mac_format(get_interface_mac(get_real_interface("wan")));
$clientmac = mac_format($clientmac);
$nas_port = $ruleno;
$radiusvendor = $config['captiveportal'][$cpzone]['radiusvendor'] ? $config['captiveportal'][$cpzone]['radiusvendor'] : null;
OpenPOWER on IntegriCloud