mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
:)
This commit is contained in:
parent
cefce9c965
commit
cd06dac298
@ -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 New Issue
Block a user