Skip to content
Snippets Groups Projects
Commit da0e6d3d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Previously added modrdn restriction to restrictive. Need to

check newSuperior.
parent c2c7ccc2
No related branches found
No related tags found
No related merge requests found
......@@ -478,7 +478,9 @@ ldbm_back_modrdn(
goto return_results;
}
if ( strcasecmp( old_rdn_type, new_rdn_type ) != 0 ) {
if ( newSuperior == NULL
&& strcasecmp( old_rdn_type, new_rdn_type ) != 0 )
{
/* Not a big deal but we may say something */
#ifdef NEW_LOGGING
LDAP_LOG(( "backend", LDAP_LEVEL_INFO,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment