]> git.sur5r.net Git - openldap/commitdiff
Remove extraneous newlines from non-LDIF output
authorHoward Chu <hyc@openldap.org>
Tue, 17 Aug 1999 20:27:46 +0000 (20:27 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 17 Aug 1999 20:27:46 +0000 (20:27 +0000)
clients/tools/ldapsearch.c

index ff54f101ba3681823dfaf51e924f86c50820afe7..d5d09d184875b1dee4e90150c86cfba059e141b8 100644 (file)
@@ -666,7 +666,6 @@ void print_entry(
                                                                bvals[i]->bv_len ); 
                                                printf( "%s%s", a, sep );
                                                puts( notprint ? "NOT PRINTABLE" : bvals[ i ]->bv_val );
-                                               puts( "\n" );
                                        }
                                }
                        }