Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
72145a71
Commit
72145a71
authored
Feb 05, 2009
by
Howard Chu
Browse files
More for prev commit, note when closing DB
parent
bc486f12
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/slapadd.c
View file @
72145a71
...
...
@@ -467,6 +467,9 @@ slapadd( int argc, char **argv )
ch_free
(
buf
);
if
(
!
dryrun
)
{
if
(
enable_meter
)
{
fprintf
(
stderr
,
"Closing DB..."
);
}
if
(
be
->
be_entry_close
(
be
)
)
{
rc
=
EXIT_FAILURE
;
}
...
...
@@ -474,6 +477,9 @@ slapadd( int argc, char **argv )
if
(
be
->
be_sync
)
{
be
->
be_sync
(
be
);
}
if
(
enable_meter
)
{
fprintf
(
stderr
,
"
\n
"
);
}
}
if
(
slap_tool_destroy
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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