The branch, master has been updated
       via  12bd7a1... s4-smbtorture: fix two context arguments in RPC-SAMSYNC 
test.
      from  15531d9... Add FSCTL_QUERY_ALLOCATED_RANGES to the list of Windows 
ioctls we support.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 12bd7a1230c850856aa0bff8f1538bd3642469c6
Author: Günther Deschner <g...@samba.org>
Date:   Tue Apr 6 10:55:55 2010 +0200

    s4-smbtorture: fix two context arguments in RPC-SAMSYNC test.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/rpc/samsync.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/samsync.c b/source4/torture/rpc/samsync.c
index 4ec98e7..dcb1c4b 100644
--- a/source4/torture/rpc/samsync.c
+++ b/source4/torture/rpc/samsync.c
@@ -778,7 +778,7 @@ static bool samsync_handle_alias(struct torture_context 
*tctx,
        torture_assert_ntstatus_ok(tctx,
                dcerpc_samr_QueryAliasInfo_r(samsync_state->b_samr, mem_ctx, 
&q),
                "QueryAliasInfo failed");
-       if (!test_samr_handle_Close(samsync_state->b_samr, mem_ctx, 
&alias_handle)) {
+       if (!test_samr_handle_Close(samsync_state->b_samr, tctx, 
&alias_handle)) {
                return false;
        }
 
@@ -831,7 +831,7 @@ static bool samsync_handle_group(struct torture_context 
*tctx,
        torture_assert_ntstatus_ok(tctx,
                dcerpc_samr_QueryGroupInfo_r(samsync_state->b_samr, mem_ctx, 
&q),
                "QueryGroupInfo failed");
-       if (!test_samr_handle_Close(samsync_state->b_samr, mem_ctx, 
&group_handle)) {
+       if (!test_samr_handle_Close(samsync_state->b_samr, tctx, 
&group_handle)) {
                return false;
        }
 


-- 
Samba Shared Repository

Reply via email to