ITS#464: Fix multiple password support

This commit is contained in:
Kurt Zeilenga 2000-02-24 17:59:10 +00:00
parent 882912592f
commit 34197ca974

View file

@ -236,7 +236,8 @@ slap_passwd_check(
ldap_pvt_thread_mutex_unlock( &crypt_mutex );
#endif
return result;
if( !result )
return result;
}
return( 1 );