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
Joe Martin
OpenLDAP
Commits
c7dcb07f
Commit
c7dcb07f
authored
Sep 02, 2007
by
Howard Chu
Browse files
ITS#5118 from HEAD
parent
f1db30f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/config.c
View file @
c7dcb07f
...
...
@@ -363,7 +363,7 @@ bdb_cf_gen(ConfigArgs *c)
break
;
case
BDB_CONFIG
:
if
(
(
slapMode
&
SLAP_SERVER_MODE
)
&&
!
(
bdb
->
bi_flags
&
BDB_IS_OPEN
)
if
(
!
(
bdb
->
bi_flags
&
BDB_IS_OPEN
)
&&
!
bdb
->
bi_db_config
)
{
char
buf
[
SLAP_TEXT_BUFLEN
];
FILE
*
f
=
fopen
(
bdb
->
bi_db_config_path
,
"r"
);
...
...
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