summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/rootdse.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-09-20 09:23:37 +0200
committerAndrew Bartlett <abartlet@samba.org>2010-09-24 09:25:41 +1000
commite59cdaf40eba6afbad987bc9de8442a72433a0c9 (patch)
tree275dfcade464f579f91c65e378823673d37de88a /source4/dsdb/samdb/ldb_modules/rootdse.c
parent1a1be71eb80df3c75ddb61350b45a43c124cf2b3 (diff)
downloadsamba-e59cdaf40eba6afbad987bc9de8442a72433a0c9.tar.gz
samba-e59cdaf40eba6afbad987bc9de8442a72433a0c9.tar.bz2
samba-e59cdaf40eba6afbad987bc9de8442a72433a0c9.zip
s4:rootdse LDB module - fix counter types
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/rootdse.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/rootdse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/rootdse.c b/source4/dsdb/samdb/ldb_modules/rootdse.c
index b84621f9ee..51ac7e694f 100644
--- a/source4/dsdb/samdb/ldb_modules/rootdse.c
+++ b/source4/dsdb/samdb/ldb_modules/rootdse.c
@@ -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;