This commit is contained in:
Kurt Zeilenga 2001-01-22 20:50:07 +00:00
parent 10730ca226
commit 1ae1061858

View file

@ -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;