mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
cleanup
This commit is contained in:
parent
14a6bced66
commit
95b74beed8
1 changed files with 2 additions and 2 deletions
|
|
@ -1097,8 +1097,8 @@ print_entry(
|
|||
|
||||
} else if (( bvals = ldap_get_values_len( ld, entry, a )) != NULL ) {
|
||||
for ( i = 0; bvals[i] != NULL; i++ ) {
|
||||
if ( vals2tmp > 1 || ( vals2tmp
|
||||
&& ldif_is_not_printable( bvals[i]->bv_val, bvals[i]->bv_len ) ))
|
||||
if ( vals2tmp > 1 || ( vals2tmp && ldif_is_not_printable(
|
||||
bvals[i]->bv_val, bvals[i]->bv_len ) ))
|
||||
{
|
||||
int tmpfd;
|
||||
/* write value to file */
|
||||
|
|
|
|||
Loading…
Reference in a new issue