mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Insert missing ')'...
This commit is contained in:
parent
0949ea9c10
commit
4de6a10ce2
1 changed files with 6 additions and 2 deletions
|
|
@ -304,6 +304,12 @@ void openldap_ldap_initialize( void )
|
||||||
LDAP_BOOL_SET(&gopts, LDAP_BOOL_REFERRALS);
|
LDAP_BOOL_SET(&gopts, LDAP_BOOL_REFERRALS);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
openldap_ldap_initialized = 1;
|
||||||
|
|
||||||
|
if( getenv("LDAPNOINIT") != NULL ) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
openldap_ldap_init_w_conf(DEFAULT_LDAP_CONF_FILE);
|
openldap_ldap_init_w_conf(DEFAULT_LDAP_CONF_FILE);
|
||||||
openldap_ldap_init_w_userconf(DEFAULT_LDAP_USERRC_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_init_w_env(NULL);
|
||||||
|
|
||||||
openldap_ldap_initialized = 1;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue