]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:dsdb/common: simplify the logic in dsdb_expand_nested_groups()
authorStefan Metzmacher <metze@samba.org>
Wed, 29 Jan 2025 09:02:45 +0000 (10:02 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 14 Feb 2025 14:21:33 +0000 (14:21 +0000)
commit1877155c0c6990af184060020522a17a704e5a21
tree66e6ed7ad5b51b2f6fac1f1095e189b0b2e8be16
parent11d1cde2566bcae1e60da8ca942fd63702ddab97
s4:dsdb/common: simplify the logic in dsdb_expand_nested_groups()

By using (struct auth_SidAttr) {} we make sure struct auth_SidAttr
can change without leaving uninitialized memory.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
source4/dsdb/common/util_groups.c