]> git.sur5r.net Git - openldap/commitdiff
Warning cleanup: signed meets unsigned.
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 13 Oct 2008 14:54:27 +0000 (14:54 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 13 Oct 2008 14:54:27 +0000 (14:54 +0000)
servers/slapd/back-ldif/ldif.c

index 05d222e0cef05128d13160a116ea25bca15dba9e..00608e7e0099156a59665224c8f8e52fa30f4915 100644 (file)
@@ -35,8 +35,8 @@ typedef struct enumCookie {
        Operation *op;
        SlapReply *rs;
        Entry **entries;
-       int elen;
-       int eind;
+       ID elen;
+       ID eind;
 } enumCookie;
 
 struct ldif_info {