Skip to content
Snippets Groups Projects
Commit f9fb5e63 authored by Ralf Haferkamp's avatar Ralf Haferkamp
Browse files

silence warning

parent b4dbc0ec
Branches
Tags
No related merge requests found
......@@ -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;
......
......@@ -1028,6 +1028,7 @@ accesslog_db_destroy(
log_info *li = on->on_bi.bi_private;
free( li );
return LDAP_SUCCESS;
}
int accesslog_init()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment