mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add missing return from void *bdb_tool_trickle_task()
This commit is contained in:
parent
87466fc7c8
commit
1c87542ea1
@ -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 New Issue
Block a user