[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-251-gc3691b8

Volker Lendecke vlendec at samba.org
Mon Mar 9 09:41:42 GMT 2009


The branch, master has been updated
       via  c3691b839cf6404914ed91ee421692866b44ee85 (commit)
      from  5ff4cb580f5892754a208684dba6fef4834d6e7f (commit)

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


- Log -----------------------------------------------------------------
commit c3691b839cf6404914ed91ee421692866b44ee85
Author: Björn Jacke <bj at sernet.de>
Date:   Sun Mar 8 15:36:41 2009 +0100

    fix "dubious escape" warning of Studio compiler

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/smbconf/testsuite.c b/source3/lib/smbconf/testsuite.c
index b31dec0..c83eeb8 100644
--- a/source3/lib/smbconf/testsuite.c
+++ b/source3/lib/smbconf/testsuite.c
@@ -214,7 +214,7 @@ static bool torture_smbconf_txt(void)
 	printf("TEST: init\n");
 	werr = smbconf_init_txt(mem_ctx, &conf_ctx, filename);
 	if (!W_ERROR_IS_OK(werr)) {
-		printf("FAIL: text backend\[ failed: %s\n", win_errstr(werr));
+		printf("FAIL: text backend failed: %s\n", win_errstr(werr));
 		ret = false;
 		goto done;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list