mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix another typo
This commit is contained in:
parent
a4f37d6303
commit
9e8743215c
@ -768,7 +768,7 @@ int ldap_pvt_sasl_secprops(
|
|||||||
return LDAP_NOT_SUPPORTED;
|
return LDAP_NOT_SUPPORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( maxbufsize && (( maxbufsize < SASL_MIN_BUFF_SIZE ) {
|
if( maxbufsize && (( maxbufsize < SASL_MIN_BUFF_SIZE )
|
||||||
|| (maxbufsize > SASL_MAX_BUFF_SIZE )))
|
|| (maxbufsize > SASL_MAX_BUFF_SIZE )))
|
||||||
{
|
{
|
||||||
/* bad maxbufsize */
|
/* bad maxbufsize */
|
||||||
|
Loading…
Reference in New Issue
Block a user