mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Cleanup prev commit
This commit is contained in:
parent
30c55952d3
commit
02fdfc871f
@ -297,14 +297,14 @@ struct sb_sasl_generic_data {
|
|||||||
const struct sb_sasl_generic_ops *ops;
|
const struct sb_sasl_generic_ops *ops;
|
||||||
void *ops_private;
|
void *ops_private;
|
||||||
Sockbuf_IO_Desc *sbiod;
|
Sockbuf_IO_Desc *sbiod;
|
||||||
int flags;
|
|
||||||
#define LDAP_PVT_SASL_PARTIAL_WRITE 1
|
|
||||||
ber_len_t min_send;
|
ber_len_t min_send;
|
||||||
ber_len_t max_send;
|
ber_len_t max_send;
|
||||||
ber_len_t max_recv;
|
ber_len_t max_recv;
|
||||||
Sockbuf_Buf sec_buf_in;
|
Sockbuf_Buf sec_buf_in;
|
||||||
Sockbuf_Buf buf_in;
|
Sockbuf_Buf buf_in;
|
||||||
Sockbuf_Buf buf_out;
|
Sockbuf_Buf buf_out;
|
||||||
|
int flags;
|
||||||
|
#define LDAP_PVT_SASL_PARTIAL_WRITE 1
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef LDAP_PVT_SASL_LOCAL_SSF
|
#ifndef LDAP_PVT_SASL_LOCAL_SSF
|
||||||
|
Loading…
Reference in New Issue
Block a user