]> git.sur5r.net Git - openldap/commitdiff
Add missing EOL
authorKurt Zeilenga <kurt@openldap.org>
Wed, 5 Jul 2000 23:11:37 +0000 (23:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 5 Jul 2000 23:11:37 +0000 (23:11 +0000)
clients/tools/ldapsearch.c

index 0b8ca33c31b2bf02c06620970912aa79d8a24251..a07370ecb631df5aae3b254759eac4b7e61a1265 100644 (file)
@@ -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] );
                        }
                }