The branch, master has been updated
       via  8040bc6... torture: fix typos
      from  72d2c37... s3: Remove unreachable code

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


- Log -----------------------------------------------------------------
commit 8040bc608a93c4a78064acf55586d6605377f23e
Author: Simo Sorce <sso...@redhat.com>
Date:   Sat May 22 12:40:13 2010 -0400

    torture: fix typos

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/handles.c b/source4/torture/rpc/handles.c
index b99c267..f47789a 100644
--- a/source4/torture/rpc/handles.c
+++ b/source4/torture/rpc/handles.c
@@ -363,7 +363,7 @@ static bool test_handles_samr(struct torture_context 
*torture)
        b1 = p1->binding_handle;
 
        status = torture_rpc_connection(torture, &p2, &ndr_table_samr);
-       torture_assert_ntstatus_ok(torture, status, "opening samr pipe1");
+       torture_assert_ntstatus_ok(torture, status, "opening samr pipe2");
        b2 = p2->binding_handle;
 
        r.in.system_name = 0;
@@ -507,7 +507,7 @@ static bool test_handles_random_assoc(struct 
torture_context *torture)
        transport       = p1->conn->transport.transport;
        assoc_group_id  = p1->assoc_group_id;
 
-       torture_comment(torture, "pip1 use assoc_group_id[0x%08X]\n", 
assoc_group_id);
+       torture_comment(torture, "pipe1 uses assoc_group_id[0x%08X]\n", 
assoc_group_id);
 
        torture_comment(torture, "connect samr pipe2 with 
assoc_group_id[0x%08X]- should fail\n", ++assoc_group_id);
        status = torture_rpc_connection_transport(torture, &p2, &ndr_table_samr,


-- 
Samba Shared Repository

Reply via email to