mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 23:33:18 -05:00
use a more reasonable max line length (ITS#4669)
This commit is contained in:
parent
6300e449d8
commit
4481502313
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ static const struct ol_attribute {
|
|||
static void openldap_ldap_init_w_conf(
|
||||
const char *file, int userconf )
|
||||
{
|
||||
char linebuf[128];
|
||||
char linebuf[ LINE_MAX ];
|
||||
FILE *fp;
|
||||
int i;
|
||||
char *cmd, *opt;
|
||||
|
|
|
|||
Loading…
Reference in a new issue