[PATCH 4/6] s4 torture test: Adapt ndr-dfsblobs torture test to new idl

Matthieu Patou mat at matws.net
Sun May 9 15:40:31 MDT 2010


---
 source4/torture/ndr/dfsblob.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/source4/torture/ndr/dfsblob.c b/source4/torture/ndr/dfsblob.c
index 353f9f5..96d3407 100644
--- a/source4/torture/ndr/dfsblob.c
+++ b/source4/torture/ndr/dfsblob.c
@@ -43,8 +43,8 @@ struct torture_suite *ndr_dfsblob_suite(TALLOC_CTX *ctx)
 {
 	struct torture_suite *suite = torture_suite_create(ctx, "dfsblob");
 
-	torture_suite_add_ndr_pull_fn_test(suite, dfs_GetDFSReferral, dfs_get_ref_in, NDR_IN, NULL);
-	torture_suite_add_ndr_pull_fn_test(suite, dfs_GetDFSReferral, dfs_get_ref_out, NDR_OUT, NULL);
+	torture_suite_add_ndr_pull_fn_test(suite, dfs_GetDFSReferral_in, dfs_get_ref_in, NDR_IN, NULL);
+	torture_suite_add_ndr_pull_fn_test(suite, dfs_referral_resp, dfs_get_ref_out, NDR_BUFFERS|NDR_SCALARS, NULL);
 
 	return suite;
 }
-- 
1.7.0.4


--------------010504080003090902020407
Content-Type: text/x-patch;
 name="0005-s4-torture-Add-tests-for-dfs-referrals-handling-in-S.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename*0="0005-s4-torture-Add-tests-for-dfs-referrals-handling-in-S.pa";
 filename*1="tch"



More information about the samba-technical mailing list