]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/passwd.c
update for new backend types
[openldap] / servers / slapd / passwd.c
index db44ffe17a9fe2d5de7585b4e5c2d027a697acc7..82acabab4a343a77d5b41ed08f82a2d431b662d2 100644 (file)
@@ -470,7 +470,7 @@ slap_passwd_hash_type(
        new->bv_len = 0;
        new->bv_val = NULL;
 
-       assert( hash );
+       assert( hash != NULL );
 
        lutil_passwd_hash( cred , hash, new, text );
 }