s4:extended_dn_in LDB module - fix a counter type
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 19 Sep 2010 15:52:42 +0000 (17:52 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 23 Sep 2010 23:25:41 +0000 (09:25 +1000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/extended_dn_in.c

index 74417d2bbf13aaebcbb76e278824a48dcf196666..c4d006fc4f15f1c4a7797c3f8ce9904033b3922b 100644 (file)
@@ -85,7 +85,7 @@ static int extended_base_callback(struct ldb_request *req, struct ldb_reply *are
        struct ldb_request *down_req;
        struct ldb_message_element *el;
        int ret;
-       size_t i;
+       unsigned int i;
        size_t wkn_len = 0;
        char *valstr = NULL;
        const char *found = NULL;