mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
Cleanup prev commit
This commit is contained in:
parent
30c55952d3
commit
02fdfc871f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue