]> git.sur5r.net Git - openldap/commitdiff
ITS#464: Fix multiple password support
authorKurt Zeilenga <kurt@openldap.org>
Thu, 24 Feb 2000 17:59:10 +0000 (17:59 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 24 Feb 2000 17:59:10 +0000 (17:59 +0000)
servers/slapd/passwd.c

index 124d674dbbd3c0e9830a54b33044027e8f3801d7..d4ed75fe25b7caea77258f070343c08ce2bdc554 100644 (file)
@@ -236,7 +236,8 @@ slap_passwd_check(
                ldap_pvt_thread_mutex_unlock( &crypt_mutex );
 #endif
 
-               return result;
+               if( !result )
+                       return result;
        }
 
        return( 1 );