diff options
-rw-r--r-- | source4/torture/smb2/acls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/acls.c b/source4/torture/smb2/acls.c index 45107083c4..a857f4dcc5 100644 --- a/source4/torture/smb2/acls.c +++ b/source4/torture/smb2/acls.c @@ -1286,7 +1286,7 @@ static bool test_inheritance_flags(struct torture_context *tctx, uint32_t parent_get_ace_inherit; uint32_t child_get_sd_type; uint32_t child_get_ace_inherit; - } tflags[16] = {0}; /* 2^4 */ + } tflags[16] = {{0}}; /* 2^4 */ for (i = 0; i < 15; i++) { torture_comment(tctx, "i=%d:", i); |