Fixed typo: == should be =

This commit is contained in:
martinlanghoff
2005-03-01 03:08:19 +00:00
parent 1e1a7ac3c6
commit 15d37cd080
+1 -1
View File
@@ -481,7 +481,7 @@ function auth_ldap_find_userdn ($ldap_connection, $username){
foreach ($ldap_contexts as $context) {
$context == trim($context);
$context = trim($context);
if (empty($context)) {
continue;
}