mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
*ssf > 1 should be *ssf > 0
This commit is contained in:
parent
a42351c40f
commit
95df143c33
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue