From 568dc87dbda62a86fc9b75fd9572569c09097f47 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 13 Jun 2014 10:08:07 -0700 Subject: [PATCH] ITS#7871 more for LDIF wrap Clients should just use 0 for default wrap, and let libldif take care of it. --- clients/tools/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2