mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix typo
This commit is contained in:
parent
650ced22c8
commit
f60107ff75
@ -797,7 +797,7 @@ entry_naming_check(
|
|||||||
if ( ldap_bv2rdn( &e->e_name, &rdn, (char **)&p,
|
if ( ldap_bv2rdn( &e->e_name, &rdn, (char **)&p,
|
||||||
LDAP_DN_FORMAT_LDAP ) )
|
LDAP_DN_FORMAT_LDAP ) )
|
||||||
{
|
{
|
||||||
*text = "unrecongized attribute type(s) in RDN";
|
*text = "unrecognized attribute type(s) in RDN";
|
||||||
return LDAP_INVALID_DN_SYNTAX;
|
return LDAP_INVALID_DN_SYNTAX;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user