From: Volker Lendecke Date: Sat, 30 Aug 2025 12:04:11 +0000 (+0200) Subject: dsdb: Align an integer type X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ba8cb6e97607a60db91c43f553b8bafa388394;p=thirdparty%2Fsamba.git 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 --- 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;