]> git.sur5r.net Git - openldap/commitdiff
unsigned is good for all
authorPierangelo Masarati <ando@openldap.org>
Mon, 23 Dec 2002 13:43:01 +0000 (13:43 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 23 Dec 2002 13:43:01 +0000 (13:43 +0000)
servers/slapd/back-ldbm/idl.c

index eae6e3db81f25415b4e4a5dd7ebfbd5800c7009a..f6c0cf9b625c09fa3bb67b5fee19092855cefaf7 100644 (file)
@@ -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 );