mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
Silence signedness warning
This commit is contained in:
parent
a70b026f6b
commit
ccb7b26916
1 changed files with 2 additions and 2 deletions
|
|
@ -6254,8 +6254,8 @@ static int
|
|||
mdb_rebalance(MDB_cursor *mc)
|
||||
{
|
||||
MDB_node *node;
|
||||
int rc, minkeys;
|
||||
unsigned int ptop;
|
||||
int rc;
|
||||
unsigned int ptop, minkeys;
|
||||
MDB_cursor mn;
|
||||
|
||||
#if MDB_DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue