From: Howard Chu Date: Fri, 13 Jun 2014 17:08:07 +0000 (-0700) Subject: ITS#7871 more for LDIF wrap X-Git-Tag: OPENLDAP_REL_ENG_2_4_40~133 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7ef39fad2870d114f404e9d337999186e975ea21;p=openldap ITS#7871 more for LDIF wrap Clients should just use 0 for default wrap, and let libldif take care of it. --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 7352d1e729..8b21b48d78 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -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 */