mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
fix previous fix
This commit is contained in:
parent
6a00e8b326
commit
07f010a01f
@ -400,11 +400,9 @@ ldap_build_entry(
|
||||
dc.ctx = "searchAttrDN";
|
||||
#endif
|
||||
while ( ber_scanf( &ber, "{m", &a ) != LBER_ERROR ) {
|
||||
int i;
|
||||
slap_syntax_validate_func *validate =
|
||||
attr->a_desc->ad_type->sat_syntax->ssyn_validate;
|
||||
slap_syntax_transform_func *pretty =
|
||||
attr->a_desc->ad_type->sat_syntax->ssyn_pretty;
|
||||
int i;
|
||||
slap_syntax_validate_func *validate;
|
||||
slap_syntax_transform_func *pretty;
|
||||
|
||||
ldap_back_map( &li->rwmap.rwm_at, &a, &mapped, BACKLDAP_REMAP );
|
||||
if ( BER_BVISNULL( &mapped ) || BER_BVISEMPTY( &mapped ) )
|
||||
|
Loading…
Reference in New Issue
Block a user