mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix previous commit
This commit is contained in:
parent
e470116ab3
commit
f571f4b2b4
1 changed files with 3 additions and 0 deletions
|
|
@ -410,10 +410,13 @@ ldap_int_destroy_global_options(void)
|
|||
WSACleanup( );
|
||||
#endif
|
||||
|
||||
#if defined(LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND) \
|
||||
|| defined(HAVE_TLS) || defined(HAVE_CYRUS_SASL)
|
||||
if ( ldap_int_hostname ) {
|
||||
LDAP_FREE( ldap_int_hostname );
|
||||
ldap_int_hostname = NULL;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue