This commit is contained in:
Pierangelo Masarati 2001-12-27 18:10:25 +00:00
parent cefce9c965
commit cd06dac298

View File

@ -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 ));