summaryrefslogtreecommitdiff
path: root/source4/torture/vfs/vfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/vfs/vfs.c')
-rw-r--r--source4/torture/vfs/vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/vfs/vfs.c b/source4/torture/vfs/vfs.c
index 9b823878748..f3ce44743d6 100644
--- a/source4/torture/vfs/vfs.c
+++ b/source4/torture/vfs/vfs.c
@@ -94,7 +94,7 @@ struct torture_test *torture_suite_add_2ns_smb2_test(struct torture_suite *suite
test->fn = run;
test->dangerous = false;
- DLIST_ADD_END(tcase->tests, test, struct torture_test *);
+ DLIST_ADD_END(tcase->tests, test);
return test;
}