]> git.sur5r.net Git - openldap/commitdiff
cleanup OPENLDAP_REL_ENG_2_1_MP
authorKurt Zeilenga <kurt@openldap.org>
Thu, 22 Jan 2004 17:48:28 +0000 (17:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 22 Jan 2004 17:48:28 +0000 (17:48 +0000)
clients/tools/ldapsearch.c

index 187e168f9825667563c93f5cecd73325bec08275..26dae4ee9c8599610506d6ad5de7076c6d24afc8 100644 (file)
@@ -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 */