Skip to content
Snippets Groups Projects
Commit 1ae10618 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo

parent 10730ca2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment