mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix typo
This commit is contained in:
parent
d3d1df3219
commit
20690a532e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue