mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
eat up values of removed attrs
This commit is contained in:
parent
d3f33d8139
commit
cedb88c373
@ -926,6 +926,7 @@ meta_send_entry(
|
||||
ldap_back_map( &mi->mi_targets[ target ].mt_rwmap.rwm_at,
|
||||
&a, &mapped, BACKLDAP_REMAP );
|
||||
if ( BER_BVISNULL( &mapped ) || mapped.bv_val[0] == '\0' ) {
|
||||
( void )ber_scanf( &ber, "x" /* [W] */ );
|
||||
continue;
|
||||
}
|
||||
attr = ( Attribute * )ch_calloc( 1, sizeof( Attribute ) );
|
||||
|
Loading…
Reference in New Issue
Block a user