mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#7859 more for revert
This commit is contained in:
parent
189f312d64
commit
3102cbbd55
@ -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 New Issue
Block a user