From cad82600ef6ab4caa3ad8a7255b9f3db616decc3 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Tue, 31 Oct 2023 12:28:28 +0100 Subject: [PATCH] smbtorture3: remove unused initializers Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source3/torture/test_posix.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/torture/test_posix.c b/source3/torture/test_posix.c index 847f2046117..56f0b1a1b0e 100644 --- a/source3/torture/test_posix.c +++ b/source3/torture/test_posix.c @@ -474,17 +474,14 @@ bool run_posix_readlink_test(int dummy) .name = symlnk_dangling, .target = symlnk_dst_dangling, .expected = symlnk_dangling, - .attr = FILE_ATTRIBUTE_NORMAL, }, { .name = symlnk_in_share, .target = symlnk_dst_in_share, .expected = symlnk_in_share, - .attr = FILE_ATTRIBUTE_NORMAL, }, { .name = symlnk_outside_share, .target = symlnk_dst_outside_share, .expected = symlnk_outside_share, - .attr = FILE_ATTRIBUTE_NORMAL, }, { .name = NULL, } -- 2.47.3