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
33f311d8
Commit
33f311d8
authored
Sep 02, 2007
by
Howard Chu
Browse files
Read DB_CONFIG file in server and tool mode, for config conversions
parent
d316b89b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/config.c
View file @
33f311d8
...
...
@@ -369,8 +369,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
];
...
...
Write
Preview
Markdown
is supported
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