mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
fix typo in comment in ldbm_back_close
This commit is contained in:
parent
2b32e6afd7
commit
47f9f7e79d
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ ldbm_back_close(
|
|||
BackendInfo *bi
|
||||
)
|
||||
{
|
||||
/* initialize the underlying database system */
|
||||
/* terminate the underlying database system */
|
||||
ldbm_shutdown();
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue