]> git.sur5r.net Git - openldap/commitdiff
Return a value (0) from auditlog_db_close() and auditlog_db_destroy()
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 2 Apr 2006 16:40:39 +0000 (16:40 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 2 Apr 2006 16:40:39 +0000 (16:40 +0000)
servers/slapd/overlays/auditlog.c

index c617bb02ba27763bc82dec6c0230ebbabc4e9dda..dd338bbfa7da1dc870e8507ab00085758c7db5f5 100644 (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