mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
fix ITS#6645 commit
This commit is contained in:
parent
15f1e7bdb7
commit
615d1c7703
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ typedef struct tool_vars {
|
|||
slap_ssf_t tv_sasl_ssf;
|
||||
unsigned tv_dn_mode;
|
||||
unsigned int tv_csnsid;
|
||||
ber_len_t tv_ldif_wrap;
|
||||
unsigned int tv_ldif_wrap;
|
||||
char tv_maxcsnbuf[ LDAP_PVT_CSNSTR_BUFSIZE * ( SLAP_SYNC_SID_MAX + 1 ) ];
|
||||
struct berval tv_maxcsn[ SLAP_SYNC_SID_MAX + 1 ];
|
||||
} tool_vars;
|
||||
|
|
|
|||
Loading…
Reference in a new issue