diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/common/ldb_match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_match.c b/source4/lib/ldb/common/ldb_match.c index 74bc015d5a..869b3bd1c8 100644 --- a/source4/lib/ldb/common/ldb_match.c +++ b/source4/lib/ldb/common/ldb_match.c @@ -433,7 +433,7 @@ int ldb_match_msg(struct ldb_context *ldb, int ldb_match_msg_objectclass(const struct ldb_message *msg, const char *objectclass) { - int i; + unsigned int i; struct ldb_message_element *el = ldb_msg_find_element(msg, "objectClass"); if (!el) { return 0; |