mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 00:45:01 -05:00
ITS#464: Fix multiple password support
This commit is contained in:
parent
882912592f
commit
34197ca974
1 changed files with 2 additions and 1 deletions
|
|
@ -236,7 +236,8 @@ slap_passwd_check(
|
|||
ldap_pvt_thread_mutex_unlock( &crypt_mutex );
|
||||
#endif
|
||||
|
||||
return result;
|
||||
if( !result )
|
||||
return result;
|
||||
}
|
||||
|
||||
return( 1 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue