mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#5768 Avoid extraneous newlines in deref printing
This commit is contained in:
parent
641ecb4108
commit
f2e6efed95
2 changed files with 0 additions and 3 deletions
|
|
@ -2285,7 +2285,6 @@ print_deref( LDAP *ld, LDAPControl *ctrl )
|
|||
}
|
||||
}
|
||||
ptr = lutil_strncopy( ptr, dr->derefVal.bv_val, dr->derefVal.bv_len );
|
||||
*ptr++ = '\n';
|
||||
*ptr = '\0';
|
||||
assert( ptr <= buf + len );
|
||||
|
||||
|
|
|
|||
|
|
@ -31,9 +31,7 @@ uid: ando
|
|||
|
||||
dn: cn=Test Group,ou=groups,o=deref
|
||||
# member: <uid=hyc>;cn=Howard Chu,ou=users,o=deref
|
||||
|
||||
# member: <uid=ando>;cn=Pierangelo Masarati,ou=users,o=deref
|
||||
|
||||
objectClass: groupOfNames
|
||||
cn: Test Group
|
||||
member: cn=Howard Chu,ou=users,o=deref
|
||||
|
|
|
|||
Loading…
Reference in a new issue