]> git.sur5r.net Git - openldap/commitdiff
silence warning
authorRalf Haferkamp <ralf@openldap.org>
Wed, 15 Jun 2005 18:00:49 +0000 (18:00 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Wed, 15 Jun 2005 18:00:49 +0000 (18:00 +0000)
servers/slapd/back-bdb/attr.c
servers/slapd/overlays/accesslog.c

index ecabe033c7e736d983d141790819b4f474c9f75a..15b1e31f6a83ef14a7571b71bf39da358cc0cc1f 100644 (file)
@@ -271,7 +271,7 @@ bdb_attr_index_config(
        return LDAP_SUCCESS;
 }
 
-static int
+static void
 bdb_attr_index_unparser( void *v1, void *v2 )
 {
        AttrInfo *ai = v1;
index b3da2a206d811ebeb1788ab7a69051c89e51d75b..5a6b5db8edc152ce29fc556eff5e33e5744f15d6 100644 (file)
@@ -1028,6 +1028,7 @@ accesslog_db_destroy(
        log_info *li = on->on_bi.bi_private;
        
        free( li );
+       return LDAP_SUCCESS;
 }
 
 int accesslog_init()