mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
*ssf > 1 should be *ssf > 0
This commit is contained in:
parent
a42351c40f
commit
95df143c33
@ -599,7 +599,7 @@ ldap_int_sasl_bind(
|
||||
(unsigned long) *ssf );
|
||||
|
||||
#ifdef LDAP_SASL_SECURITY_LAYER
|
||||
if( ssf && *ssf > 1 ) {
|
||||
if( ssf && *ssf ) {
|
||||
fprintf( stderr, "SASL installing layers\n" );
|
||||
ldap_pvt_sasl_install( ld->ld_sb, ctx );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user