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:
Howard Chu 2014-06-13 10:08:07 -07:00
parent 8fc7e06d22
commit 568dc87dbd

View File

@ -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 */