mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
LDAP_INVALID_DN is undefined; use LDAP_INVALID_DN_SYNTAX instead
This commit is contained in:
parent
8e3a79a3fd
commit
04382bb204
@ -377,7 +377,7 @@ ldbm_back_modrdn(
|
||||
"ldbm_back_modrdn: can't figure out type(s)/value(s) of newrdn\n",
|
||||
0, 0, 0 );
|
||||
|
||||
send_ldap_result( conn, op, LDAP_INVALID_DN,
|
||||
send_ldap_result( conn, op, LDAP_INVALID_DN_SYNTAX,
|
||||
NULL, "unable to parse type(s)/value(s) used in RDN", NULL, NULL );
|
||||
goto return_results;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user