Skip to content
Snippets Groups Projects
Commit cd06dac2 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

:)

parent cefce9c9
Branches
Tags
No related merge requests found
......@@ -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 ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment