]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
dsdb: Align an integer type
authorVolker Lendecke <vl@samba.org>
Sat, 30 Aug 2025 12:04:11 +0000 (14:04 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 31 Aug 2025 07:23:20 +0000 (07:23 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Sun Aug 31 07:23:20 UTC 2025 on atb-devel-224

source4/dsdb/samdb/ldb_modules/acl.c

index 62f1f01f59bbbe6e0336bc3ac00726c3b5f7f6c4..fa3a96070438250a73e7990bb4653c6bad50261b 100644 (file)
@@ -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;