silence warning

This commit is contained in:
Ralf Haferkamp 2005-06-15 18:00:49 +00:00
parent b4dbc0ece8
commit f9fb5e63f4
2 changed files with 2 additions and 1 deletions

View File

@ -271,7 +271,7 @@ bdb_attr_index_config(
return LDAP_SUCCESS; return LDAP_SUCCESS;
} }
static int static void
bdb_attr_index_unparser( void *v1, void *v2 ) bdb_attr_index_unparser( void *v1, void *v2 )
{ {
AttrInfo *ai = v1; AttrInfo *ai = v1;

View File

@ -1028,6 +1028,7 @@ accesslog_db_destroy(
log_info *li = on->on_bi.bi_private; log_info *li = on->on_bi.bi_private;
free( li ); free( li );
return LDAP_SUCCESS;
} }
int accesslog_init() int accesslog_init()