From 2d99e86fc17d7847ad1eb432fc43a20bf4bd1db5 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 17 Aug 1999 20:27:46 +0000 Subject: [PATCH] Remove extraneous newlines from non-LDIF output --- clients/tools/ldapsearch.c | 1 - 1 file changed, 1 deletion(-) 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" ); } } } -- 2.39.5