From 04bfb7efe459ea2fac64418f86996a9062109f30 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 5 Jul 2000 23:11:37 +0000 Subject: [PATCH] Add missing EOL --- clients/tools/ldapsearch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 0b8ca33c31..a07370ecb6 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -713,7 +713,7 @@ static int dosearch( sctrls, cctrls, timelimit, sizelimit, &msgid ); if( rc != LDAP_SUCCESS ) { - fprintf( stderr, "ldapsearch: ldap_search_ext: %s (%d)", + fprintf( stderr, "ldapsearch: ldap_search_ext: %s (%d)\n", ldap_err2string( rc ), rc ); return( rc ); } @@ -1069,7 +1069,7 @@ static int print_result( if( !ldif ) { write_ldif( LDIF_PUT_VALUE, "ref", refs[i], strlen(refs[i]) ); } else { - fprintf( stderr, "Referral: %s", refs[i] ); + fprintf( stderr, "Referral: %s\n", refs[i] ); } } -- 2.39.5