From: Howard Chu Date: Mon, 26 Oct 2009 19:30:42 +0000 (+0000) Subject: Cleanup prev commit X-Git-Tag: ACLCHECK_0~167 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=02fdfc871f4ffbbd1c111916d64714e1a391580f;p=openldap Cleanup prev commit --- diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index bcf0f161a2..4798ce1226 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -297,14 +297,14 @@ struct sb_sasl_generic_data { const struct sb_sasl_generic_ops *ops; void *ops_private; Sockbuf_IO_Desc *sbiod; - int flags; -#define LDAP_PVT_SASL_PARTIAL_WRITE 1 ber_len_t min_send; ber_len_t max_send; ber_len_t max_recv; Sockbuf_Buf sec_buf_in; Sockbuf_Buf buf_in; Sockbuf_Buf buf_out; + int flags; +#define LDAP_PVT_SASL_PARTIAL_WRITE 1 }; #ifndef LDAP_PVT_SASL_LOCAL_SSF