mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Return a value (0) from auditlog_db_close() and auditlog_db_destroy()
This commit is contained in:
parent
909f5e6ae9
commit
c2f210a128
@ -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 New Issue
Block a user