Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quanah Gibson-Mount
OpenLDAP
Commits
4de6a10c
Commit
4de6a10c
authored
Jan 14, 1999
by
Kurt Zeilenga
Browse files
Insert missing ')'...
parent
0949ea9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/init.c
View file @
4de6a10c
...
...
@@ -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
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment