Skip to content
Snippets Groups Projects
Commit 44815023 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

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

parent 6300e449
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment