[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-776-g4b8e4ea

Volker Lendecke vlendec at samba.org
Sat Mar 28 23:53:27 GMT 2009


The branch, master has been updated
       via  4b8e4ea7286f045effb6feb4c7bf8c5ef4ed2f9b (commit)
      from  23bb1eedf68f1325a4993def22689cf2c8283f8d (commit)

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


- Log -----------------------------------------------------------------
commit 4b8e4ea7286f045effb6feb4c7bf8c5ef4ed2f9b
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Mar 29 00:52:22 2009 +0100

    Fix a debug msg typo

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

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


Changeset truncated at 500 lines:

diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 6029eb0..1b9e394 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -5203,7 +5203,7 @@ static bool run_cli_echo(int dummy)
 	struct async_req *req;
 	NTSTATUS status;
 
-	printf("starting chain1 test\n");
+	printf("starting cli_echo test\n");
 	if (!torture_open_connection(&cli, 0)) {
 		return false;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list