mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
silence warning
This commit is contained in:
parent
b4dbc0ece8
commit
f9fb5e63f4
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user