From: Pierangelo Masarati Date: Mon, 23 Dec 2002 13:43:01 +0000 (+0000) Subject: unsigned is good for all X-Git-Tag: NO_SLAP_OP_BLOCKS~639 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b027461b9d9bd75c2094844f0fb2aa6bd56f1062;p=openldap unsigned is good for all --- diff --git a/servers/slapd/back-ldbm/idl.c b/servers/slapd/back-ldbm/idl.c index eae6e3db81..f6c0cf9b62 100644 --- a/servers/slapd/back-ldbm/idl.c +++ b/servers/slapd/back-ldbm/idl.c @@ -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 );