mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Return a value (0) from auditlog_db_close() and auditlog_db_destroy()
This commit is contained in:
parent
909f5e6ae9
commit
c2f210a128
1 changed files with 2 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ auditlog_db_close(
|
|||
|
||||
free( ad->ad_logfile );
|
||||
ad->ad_logfile = NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
@ -189,6 +190,7 @@ auditlog_db_destroy(
|
|||
|
||||
ldap_pvt_thread_mutex_destroy( &ad->ad_mutex );
|
||||
free( ad );
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue