mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
unsigned is good for all
This commit is contained in:
parent
c7e5fba1a2
commit
b027461b9d
1 changed files with 1 additions and 2 deletions
|
|
@ -182,8 +182,7 @@ idl_fetch(
|
|||
Datum data;
|
||||
ID_BLOCK *idl;
|
||||
ID_BLOCK **tmp;
|
||||
int nids, nblocks;
|
||||
unsigned i;
|
||||
unsigned i, nids, nblocks;
|
||||
|
||||
idl = idl_fetch_one( be, db, key );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue