s4:rootdse LDB module - fix counter types
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 20 Sep 2010 07:23:37 +0000 (09:23 +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/rootdse.c

index b84621f9ee3ee5376322199141352d6d022c5e3b..51ac7e694f0625f7e6972a3fe644a5b8b8ca9de4 100644 (file)
@@ -504,7 +504,7 @@ static int rootdse_callback(struct ldb_request *req, struct ldb_reply *ares)
  */
 static void rootdse_mark_noncritical(struct ldb_module *module, struct ldb_control **controls)
 {
-       int i, j;
+       unsigned int i, j;
        struct private_data *priv = talloc_get_type(ldb_module_get_private(module), struct private_data);
 
        if (!controls) return;