From: Ralph Boehme Date: Tue, 31 Oct 2023 11:28:28 +0000 (+0100) Subject: smbtorture3: remove unused initializers X-Git-Tag: talloc-2.4.2~844 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cad82600ef6ab4caa3ad8a7255b9f3db616decc3;p=thirdparty%2Fsamba.git smbtorture3: remove unused initializers Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- 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, }