From ce694b16f2a1584837415106e530437bc788e0c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 26 Jan 2009 08:35:27 +0000
Subject: [PATCH] wrong parameter name in yubico module

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1182 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/authYubiKey/lib/Auth/Source/YubiKey.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/authYubiKey/lib/Auth/Source/YubiKey.php b/modules/authYubiKey/lib/Auth/Source/YubiKey.php
index 9262ac680..0bd2e1df9 100644
--- a/modules/authYubiKey/lib/Auth/Source/YubiKey.php
+++ b/modules/authYubiKey/lib/Auth/Source/YubiKey.php
@@ -196,7 +196,7 @@ class sspmod_authYubiKey_Auth_Source_YubiKey extends SimpleSAML_Auth_Source {
 			throw new SimpleSAML_Error_Error('WRONGUSERPASS', $e);
 		}
 
-		SimpleSAML_Logger::info('YubiKey:' . $this->authId . ': YubiKey otp ' . $password . ' validated successfully: ' . $yubi->getLastResponse());
+		SimpleSAML_Logger::info('YubiKey:' . $this->authId . ': YubiKey otp ' . $otp . ' validated successfully: ' . $yubi->getLastResponse());
 
 		return $attributes;
 	}
-- 
GitLab