mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#7871 more for LDIF wrap
Clients should just use 0 for default wrap, and let libldif take care of it.
This commit is contained in:
parent
8fc7e06d22
commit
568dc87dbd
@ -66,7 +66,7 @@ int nocanon = 0;
|
||||
int referrals = 0;
|
||||
int verbose = 0;
|
||||
int ldif = 0;
|
||||
ber_len_t ldif_wrap = LDIF_LINE_WIDTH;
|
||||
ber_len_t ldif_wrap = 0;
|
||||
char *prog = NULL;
|
||||
|
||||
/* connection */
|
||||
|
Loading…
Reference in New Issue
Block a user