mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Insert missing ')'...
This commit is contained in:
parent
0949ea9c10
commit
4de6a10ce2
@ -304,6 +304,12 @@ void openldap_ldap_initialize( void )
|
||||
LDAP_BOOL_SET(&gopts, LDAP_BOOL_REFERRALS);
|
||||
#endif
|
||||
|
||||
openldap_ldap_initialized = 1;
|
||||
|
||||
if( getenv("LDAPNOINIT") != NULL ) {
|
||||
return;
|
||||
}
|
||||
|
||||
openldap_ldap_init_w_conf(DEFAULT_LDAP_CONF_FILE);
|
||||
openldap_ldap_init_w_userconf(DEFAULT_LDAP_USERRC_FILE);
|
||||
|
||||
@ -316,6 +322,4 @@ void openldap_ldap_initialize( void )
|
||||
}
|
||||
|
||||
openldap_ldap_init_w_env(NULL);
|
||||
|
||||
openldap_ldap_initialized = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user