]> git.sur5r.net Git - openldap/commitdiff
use a more reasonable max line length (ITS#4669)
authorPierangelo Masarati <ando@openldap.org>
Tue, 12 Sep 2006 20:41:37 +0000 (20:41 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 12 Sep 2006 20:41:37 +0000 (20:41 +0000)
libraries/libldap/init.c

index 921062c3a5622b0a74f9fa4252e68616905cee82..f1cf03bb0a2757a0655a2ba14317b06b576bbe8e 100644 (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;