mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Tweak reader_list
This commit is contained in:
parent
360d0492db
commit
68a0adc59f
1 changed files with 1 additions and 1 deletions
|
|
@ -7920,7 +7920,7 @@ int mdb_reader_list(MDB_env *env, MDB_msg_func *func, void *ctx)
|
||||||
{
|
{
|
||||||
unsigned int i, rdrs;
|
unsigned int i, rdrs;
|
||||||
MDB_reader *mr;
|
MDB_reader *mr;
|
||||||
char buf[128];
|
char buf[64];
|
||||||
int first = 1;
|
int first = 1;
|
||||||
|
|
||||||
if (!env || !func)
|
if (!env || !func)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue