lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[gd/samba-autobuild/.git] / source4 / torture / dfs / domaindfs.c
index ee884f1860ee81a58c40139d0c4a29b6bb1cb3d3..82e6843bbcfb66a4826e11a9bfbcb14c3b3dd59f 100644 (file)
@@ -501,7 +501,7 @@ static bool test_low_referral_level(struct torture_context *tctx,
        return true;
 }
 
-NTSTATUS torture_dfs_init(void)
+NTSTATUS torture_dfs_init(TALLOC_CTX *ctx)
 {
        struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "dfs");
        struct torture_suite *suite_basic = torture_suite_create(suite, "domain");