mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#5085
This commit is contained in:
parent
ae9776a580
commit
60cde2f3c3
1 changed files with 1 additions and 1 deletions
|
|
@ -771,7 +771,7 @@ translucent_db_destroy( BackendDB *be, ConfigReply *cr )
|
|||
translucent_info *ov = on->on_bi.bi_private;
|
||||
int rc = 0;
|
||||
|
||||
Debug(LDAP_DEBUG_TRACE, "==> translucent_db_close\n", 0, 0, 0);
|
||||
Debug(LDAP_DEBUG_TRACE, "==> translucent_db_destroy\n", 0, 0, 0);
|
||||
|
||||
if ( ov ) {
|
||||
if ( ov->db.be_private != NULL ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue