From: Howard Chu Date: Fri, 13 Jun 2014 17:08:07 +0000 (-0700) Subject: ITS#7871 more for LDIF wrap X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=568dc87dbda62a86fc9b75fd9572569c09097f47;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 de4ff07e8c..f23dd6627b 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 */