summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/tools')
-rw-r--r--source4/lib/ldb/tools/ldbedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/ldbedit.c b/source4/lib/ldb/tools/ldbedit.c
index f8e0fbb68a..90a6f94750 100644
--- a/source4/lib/ldb/tools/ldbedit.c
+++ b/source4/lib/ldb/tools/ldbedit.c
@@ -44,7 +44,7 @@ static int modify_record(struct ldb_context *ldb,
{
struct ldb_message mod;
struct ldb_message_element *el;
- int i;
+ unsigned int i;
int count = 0;
mod.dn = msg1->dn;