LINE_WIDTH -> LDIF_LINE_WIDTH

This commit is contained in:
Kurt Zeilenga 1999-03-09 00:59:37 +00:00
parent 53fc115b6f
commit e5ab61cb3a

View file

@ -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;