Fix another typo

This commit is contained in:
Kurt Zeilenga 2001-01-22 21:25:06 +00:00
parent a4f37d6303
commit 9e8743215c

View File

@ -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 */