]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Sat, 17 Mar 2001 17:43:36 +0000 (17:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 17 Mar 2001 17:43:36 +0000 (17:43 +0000)
servers/slapd/back-ldbm/passwd.c

index 8831a3d971e69ebd50b51495c6189deef08d2b3a..d0211c93133e61deede7d1a684412c16d0c073cd 100644 (file)
@@ -100,7 +100,7 @@ ldbm_back_exop_passwd(
 
        if( dn_normalize( dn ) == NULL ) {
                *text = "Invalid DN";
-               rc = LDAP_INVALID_DN;
+               rc = LDAP_INVALID_DN_SYNTAX;
                goto done;
        }