Check HAVE_CYRUS_SASL for sasl_done().

This commit is contained in:
Howard Chu 2003-04-29 20:21:48 +00:00
parent fca812e3aa
commit 4abff760a0

View File

@ -916,7 +916,9 @@ getNextPage:
#endif
ldap_unbind( ld );
#ifdef HAVE_CYRUS_SASL
sasl_done();
#endif
ldap_pvt_tls_destroy();
return( rc );
}