Return a value (0) from auditlog_db_close() and auditlog_db_destroy()

This commit is contained in:
Hallvard Furuseth 2006-04-02 16:40:39 +00:00
parent 909f5e6ae9
commit c2f210a128

View File

@ -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