mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
slapi_add_internal_pb() should not set op->ora_e, this is done by frontend
This commit is contained in:
parent
60e17c1fff
commit
98e49eca60
@ -446,10 +446,6 @@ slapi_add_internal_pb( Slapi_PBlock *pb )
|
||||
* The caller can specify a new entry, or a target DN and set
|
||||
* of modifications, but not both.
|
||||
*/
|
||||
pb->pb_op->ora_e = (Entry *)slapi_ch_calloc( 1, sizeof(Entry) );
|
||||
ber_dupbv( &pb->pb_op->ora_e->e_name, &pb->pb_op->o_req_dn );
|
||||
ber_dupbv( &pb->pb_op->ora_e->e_nname, &pb->pb_op->o_req_ndn );
|
||||
|
||||
if ( entry_orig != NULL ) {
|
||||
assert( pb->pb_op->ora_modlist == NULL );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user