projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c6bc17
)
Revert "Remove pass-by-reference."
author
Gunnar Wrobel
<p@rdus.de>
Thu, 2 Dec 2010 03:31:07 +0000
(
04:31
+0100)
committer
Gunnar Wrobel
<p@rdus.de>
Thu, 2 Dec 2010 03:31:07 +0000
(
04:31
+0100)
This reverts commit
44a7dc1d72fee00f19765743d068b4c6f849b333
.
framework/Auth/lib/Horde/Auth/Pam.php
patch
|
blob
|
history
diff --git
a/framework/Auth/lib/Horde/Auth/Pam.php
b/framework/Auth/lib/Horde/Auth/Pam.php
index
7c44d8f
..
d56351f
100644
(file)
--- a/
framework/Auth/lib/Horde/Auth/Pam.php
+++ b/
framework/Auth/lib/Horde/Auth/Pam.php
@@
-65,7
+65,7
@@
class Horde_Auth_Pam extends Horde_Auth_Base
}
$error = null;
- if (!pam_auth($userId, $credentials['password'], $error)) {
+ if (!pam_auth($userId, $credentials['password'],
&
$error)) {
throw new Horde_Auth_Exception($error);
}
}