mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
Add missing return from void *bdb_tool_trickle_task()
This commit is contained in:
parent
87466fc7c8
commit
1c87542ea1
1 changed files with 2 additions and 0 deletions
|
|
@ -1120,6 +1120,8 @@ bdb_tool_trickle_task( void *ctx, void *ptr )
|
||||||
env->memp_trickle( env, 30, &wrote );
|
env->memp_trickle( env, 30, &wrote );
|
||||||
}
|
}
|
||||||
ldap_pvt_thread_mutex_unlock( &bdb_tool_trickle_mutex );
|
ldap_pvt_thread_mutex_unlock( &bdb_tool_trickle_mutex );
|
||||||
|
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void *
|
static void *
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue