mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
use AC_LINE_MAX
This commit is contained in:
parent
8f90eb97ec
commit
a9a4a14d80
@ -116,7 +116,7 @@ static const struct ol_attribute {
|
||||
static void openldap_ldap_init_w_conf(
|
||||
const char *file, int userconf )
|
||||
{
|
||||
char linebuf[ LINE_MAX ];
|
||||
char linebuf[ AC_LINE_MAX ];
|
||||
FILE *fp;
|
||||
int i;
|
||||
char *cmd, *opt;
|
||||
|
Loading…
Reference in New Issue
Block a user