mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#6809 add missing newline
This commit is contained in:
parent
2a513ad623
commit
0a96599375
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue