mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
LINE_WIDTH -> LDIF_LINE_WIDTH
This commit is contained in:
parent
53fc115b6f
commit
e5ab61cb3a
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ get_repl_hosts(
|
|||
char **r_rp
|
||||
)
|
||||
{
|
||||
char buf[ LINE_WIDTH + 1 ];
|
||||
char buf[ LDIF_LINE_WIDTH + 1 ];
|
||||
char *type, *value, *line, *p;
|
||||
Rh *rh = NULL;
|
||||
int nreplicas, len;
|
||||
|
|
|
|||
Loading…
Reference in a new issue