fix ITS#6645 commit

This commit is contained in:
Pierangelo Masarati 2010-12-07 11:55:27 +00:00
parent 15f1e7bdb7
commit 615d1c7703

View File

@ -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;