mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Merge branch 'master' of ssh://git-master.openldap.org/~git/git/openldap
This commit is contained in:
commit
24d5971ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue