]> git.sur5r.net Git - openldap/commitdiff
ITS#7871 more for LDIF wrap
authorHoward Chu <hyc@openldap.org>
Fri, 13 Jun 2014 17:08:07 +0000 (10:08 -0700)
committerHoward Chu <hyc@openldap.org>
Fri, 13 Jun 2014 17:08:07 +0000 (10:08 -0700)
Clients should just use 0 for default wrap, and let libldif
take care of it.

clients/tools/common.c

index de4ff07e8cd7a46e475f1fd5426c06eb95cf5d76..f23dd6627baf10e603f2d0cb172194625c57bc77 100644 (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 */