summaryrefslogtreecommitdiffstats
path: root/modules/radius/lib/Auth/Source
diff options
context:
space:
mode:
Diffstat (limited to 'modules/radius/lib/Auth/Source')
-rw-r--r--modules/radius/lib/Auth/Source/Radius.php7
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;
}