mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Prev commit: flags should be unsigned
This commit is contained in:
parent
02fdfc871f
commit
def5f3e6f5
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ struct sb_sasl_generic_data {
|
|||
Sockbuf_Buf sec_buf_in;
|
||||
Sockbuf_Buf buf_in;
|
||||
Sockbuf_Buf buf_out;
|
||||
int flags;
|
||||
unsigned int flags;
|
||||
#define LDAP_PVT_SASL_PARTIAL_WRITE 1
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue