mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
trim comment
This commit is contained in:
parent
a8547f5945
commit
8ec78171d3
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ ldap_build_entry(
|
|||
attr->a_desc->ad_type->sat_syntax,
|
||||
attr->a_desc->ad_type->sat_equality,
|
||||
&attr->a_vals[i], &attr->a_nvals[i],
|
||||
NULL /* op->o_tmpmemctx */ );
|
||||
NULL );
|
||||
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
BER_BVZERO( &attr->a_nvals[i] );
|
||||
|
|
|
|||
Loading…
Reference in a new issue