mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
Check HAVE_CYRUS_SASL for sasl_done().
This commit is contained in:
parent
fca812e3aa
commit
4abff760a0
@ -916,7 +916,9 @@ getNextPage:
|
||||
#endif
|
||||
|
||||
ldap_unbind( ld );
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
sasl_done();
|
||||
#endif
|
||||
ldap_pvt_tls_destroy();
|
||||
return( rc );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user