mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
ITS#2019 Initialize utils properly
This commit is contained in:
parent
b063a50891
commit
771974f99d
1 changed files with 2 additions and 2 deletions
|
|
@ -483,6 +483,8 @@ void ldap_int_initialize( struct ldapoptions *gopts, int *dbglvl )
|
|||
|
||||
ldap_int_error_init();
|
||||
|
||||
ldap_int_utils_init();
|
||||
|
||||
#ifdef HAVE_WINSOCK2
|
||||
{ WORD wVersionRequested;
|
||||
WSADATA wsaData;
|
||||
|
|
@ -521,8 +523,6 @@ void ldap_int_initialize( struct ldapoptions *gopts, int *dbglvl )
|
|||
|| defined(HAVE_TLS) || defined(HAVE_CYRUS_SASL)
|
||||
ldap_int_hostname = ldap_pvt_get_fqdn( ldap_int_hostname );
|
||||
#endif
|
||||
ldap_int_utils_init();
|
||||
|
||||
if ( ldap_int_tblsize == 0 )
|
||||
ldap_int_ip_init();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue