]> git.sur5r.net Git - openldap/commitdiff
s/got_max_ssf/got_min_ssf/ thinko fix when checking for minssf. In this case, minssf...
authorBen Collins <bcollins@openldap.org>
Wed, 13 Sep 2000 21:46:11 +0000 (21:46 +0000)
committerBen Collins <bcollins@openldap.org>
Wed, 13 Sep 2000 21:46:11 +0000 (21:46 +0000)
libraries/libldap/cyrus.c

index c63bc37da76f049480611d1ff6b3c7516aadf07b..058523f42e15a954a6222407c999b9850d7740c7 100644 (file)
@@ -697,7 +697,7 @@ int ldap_pvt_sasl_secprops(
                        "minssf=", sizeof("minssf")) )
                {
                        if( isdigit( props[i][sizeof("minssf")] ) ) {
-                               got_max_ssf++;
+                               got_min_ssf++;
                                min_ssf = atoi( &props[i][sizeof("minssf")] );
                        } else {
                                return LDAP_NOT_SUPPORTED;