]> git.sur5r.net Git - openldap/commitdiff
ITS#6809 add missing newline
authorHoward Chu <hyc@openldap.org>
Fri, 28 Jan 2011 09:11:18 +0000 (09:11 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 28 Jan 2011 09:11:18 +0000 (09:11 +0000)
servers/slapd/back-sock/compare.c

index 4b4f79854b257691df1e950845a7ce7ee4c79039..69c5250d9f8630ea0afab215686d5e307107d523 100644 (file)
@@ -71,7 +71,7 @@ sock_back_compare(
        sock_print_conn( fp, op->o_conn, si );
        sock_print_suffixes( fp, op->o_bd );
        fprintf( fp, "dn: %s\n", op->o_req_dn.bv_val );
-       fprintf( fp, "%s: %s\n",
+       fprintf( fp, "%s: %s\n\n",
                op->oq_compare.rs_ava->aa_desc->ad_cname.bv_val,
                op->oq_compare.rs_ava->aa_value.bv_val /* could be binary! */ );
        fclose( fp );