mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
ITS#7859 more for revert
This commit is contained in:
parent
189f312d64
commit
3102cbbd55
1 changed files with 1 additions and 1 deletions
|
|
@ -819,7 +819,7 @@ ldif_read_record(
|
|||
char **bufp, /* ptr to malloced output buffer */
|
||||
int *buflenp ) /* ptr to length of *bufp */
|
||||
{
|
||||
char line[LDIF_MAXLINE+2], *nbufp;
|
||||
char line[LDIF_MAXLINE], *nbufp;
|
||||
ber_len_t lcur = 0, len;
|
||||
int last_ch = '\n', found_entry = 0, stop, top_comment = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue