mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
use AC_LINE_MAX
This commit is contained in:
parent
8f90eb97ec
commit
a9a4a14d80
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(
|
static void openldap_ldap_init_w_conf(
|
||||||
const char *file, int userconf )
|
const char *file, int userconf )
|
||||||
{
|
{
|
||||||
char linebuf[ LINE_MAX ];
|
char linebuf[ AC_LINE_MAX ];
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
int i;
|
int i;
|
||||||
char *cmd, *opt;
|
char *cmd, *opt;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue