mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Fix another typo
This commit is contained in:
parent
a4f37d6303
commit
9e8743215c
1 changed files with 1 additions and 1 deletions
|
|
@ -768,7 +768,7 @@ int ldap_pvt_sasl_secprops(
|
|||
return LDAP_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
if( maxbufsize && (( maxbufsize < SASL_MIN_BUFF_SIZE ) {
|
||||
if( maxbufsize && (( maxbufsize < SASL_MIN_BUFF_SIZE )
|
||||
|| (maxbufsize > SASL_MAX_BUFF_SIZE )))
|
||||
{
|
||||
/* bad maxbufsize */
|
||||
|
|
|
|||
Loading…
Reference in a new issue