mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 17:47:33 -05:00
:)
This commit is contained in:
parent
cefce9c965
commit
cd06dac298
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ do_modrdn(
|
|||
goto cleanup;
|
||||
}
|
||||
|
||||
if( rdnValidate( pnewrdn ) == LDAP_SUCCESS ) {
|
||||
if( rdnValidate( pnewrdn ) != LDAP_SUCCESS ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "operation", LDAP_LEVEL_ERR,
|
||||
"do_modrdn: invalid rdn (%s).\n", pnewrdn->bv_val ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue