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

index 7a33a04ef9bdba5ac24a272d53443b058d032dc2..856c2896e4cf1955a6ce7138805733ddd4394617 100644 (file)
@@ -768,7 +768,7 @@ int ldap_pvt_sasl_secprops(
                                return LDAP_NOT_SUPPORTED;
                        }
 
-                       if( maxbufsize && (( maxbufsize < SASL_MIN_BUFF_SIZE ) {
+                       if( maxbufsize && (( maxbufsize < SASL_MIN_BUFF_SIZE )
                                || (maxbufsize > SASL_MAX_BUFF_SIZE )))
                        {
                                /* bad maxbufsize */