]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Mon, 22 Jan 2001 20:50:07 +0000 (20:50 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 22 Jan 2001 20:50:07 +0000 (20:50 +0000)
libraries/libldap/cyrus.c

index ff6a761f47ae0ecebc812a67021ec6d0b3dc9955..7a33a04ef9bdba5ac24a272d53443b058d032dc2 100644 (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;