Skip to content
Snippets Groups Projects
Commit 95b74bee authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

cleanup

parent 14a6bced
No related branches found
Tags OPENLDAP_REL_ENG_2_1_MP
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment