From e5ba8cb6e97607a60db91c43f553b8bafa388394 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 30 Aug 2025 14:04:11 +0200 Subject: [PATCH] dsdb: Align an integer type Signed-off-by: Volker Lendecke Reviewed-by: Martin Schwenke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Sun Aug 31 07:23:20 UTC 2025 on atb-devel-224 --- source4/dsdb/samdb/ldb_modules/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/samdb/ldb_modules/acl.c b/source4/dsdb/samdb/ldb_modules/acl.c index 62f1f01f59b..fa3a9607043 100644 --- a/source4/dsdb/samdb/ldb_modules/acl.c +++ b/source4/dsdb/samdb/ldb_modules/acl.c @@ -1427,7 +1427,7 @@ static int acl_add(struct ldb_module *module, struct ldb_request *req) const char **must_contain = NULL; const struct ldb_message *msg = req->op.add.message; const struct dom_sid *domain_sid = NULL; - int i = 0; + unsigned int i = 0; bool attribute_authorization; bool is_subclass; -- 2.47.3