From: Howard Chu Date: Tue, 17 Aug 1999 20:27:46 +0000 (+0000) Subject: Remove extraneous newlines from non-LDIF output X-Git-Tag: TWEB_OL_BASE~187 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2d99e86fc17d7847ad1eb432fc43a20bf4bd1db5;p=openldap Remove extraneous newlines from non-LDIF output --- diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index ff54f101ba..d5d09d1848 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -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" ); } } }