diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-04-21 10:23:45 +0200 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-04-21 10:23:45 +0200 |
commit | 720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd (patch) | |
tree | cf5500c3af77b2627df33cb5b2d9a0e2b72feee1 /modules/radius/lib/Auth/Source/Radius.php | |
parent | de5b9d081c4cd73bf60ccddb726b4b9adcca69f8 (diff) | |
download | simplesamlphp-720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd.zip simplesamlphp-720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd.tar.gz simplesamlphp-720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd.tar.bz2 |
Remove commented code.
Diffstat (limited to 'modules/radius/lib/Auth/Source/Radius.php')
-rw-r--r-- | modules/radius/lib/Auth/Source/Radius.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/radius/lib/Auth/Source/Radius.php b/modules/radius/lib/Auth/Source/Radius.php index 1bd8a50..3833692 100644 --- a/modules/radius/lib/Auth/Source/Radius.php +++ b/modules/radius/lib/Auth/Source/Radius.php @@ -161,7 +161,7 @@ class sspmod_radius_Auth_Source_Radius extends sspmod_core_Auth_UserPassBase { if ($this->vendor === NULL) { /* - * We aren't interrested in any vendor-specific attributes. We are + * We aren't interested in any vendor-specific attributes. We are * therefore done now. */ return $attributes; @@ -193,11 +193,6 @@ class sspmod_radius_Auth_Source_Radius extends sspmod_core_Auth_UserPassBase { $attrv = $resv['attr']; $datav = $resv['data']; - /* - * Uncomment this to debug vendor attributes. - */ - //printf("Got Vendor Attr:%d %d Bytes %s<br/>", $attrv, strlen($datav), bin2hex($datav)); - if ($vendor != $this->vendor || $attrv != $this->vendorType) { continue; } |