mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
eat up values of removed attrs
This commit is contained in:
parent
d3f33d8139
commit
cedb88c373
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue