mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue