use a more reasonable max line length (ITS#4669)

This commit is contained in:
Pierangelo Masarati 2006-09-12 20:41:37 +00:00
parent 6300e449d8
commit 4481502313

View file

@ -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;