diff --git a/servers/slapd/slapcommon.h b/servers/slapd/slapcommon.h index b0efa7f8c0..5b7c1d8d73 100644 --- a/servers/slapd/slapcommon.h +++ b/servers/slapd/slapcommon.h @@ -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;