mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 23:33:07 -05:00
Fix typo
This commit is contained in:
parent
10730ca226
commit
1ae1061858
1 changed files with 1 additions and 1 deletions
|
|
@ -769,7 +769,7 @@ int ldap_pvt_sasl_secprops(
|
|||
}
|
||||
|
||||
if( maxbufsize && (( maxbufsize < SASL_MIN_BUFF_SIZE ) {
|
||||
|| (maxbufsize > SASL_MAX_BUFF_SIZE ))
|
||||
|| (maxbufsize > SASL_MAX_BUFF_SIZE )))
|
||||
{
|
||||
/* bad maxbufsize */
|
||||
return LDAP_PARAM_ERROR;
|
||||
|
|
|
|||
Loading…
Reference in a new issue