mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Check HAVE_CYRUS_SASL for sasl_done().
This commit is contained in:
parent
fca812e3aa
commit
4abff760a0
1 changed files with 2 additions and 0 deletions
|
|
@ -916,7 +916,9 @@ getNextPage:
|
|||
#endif
|
||||
|
||||
ldap_unbind( ld );
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
sasl_done();
|
||||
#endif
|
||||
ldap_pvt_tls_destroy();
|
||||
return( rc );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue