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" ); } } }