[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue Jan 10 05:32:05 MST 2012


The branch, master has been updated
       via  91ffcdd talloc/testsuite: fix compiler warnings
      from  a8441f9 s3-aio_pthread: Fix the build

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


- Log -----------------------------------------------------------------
commit 91ffcdd5a962141f1b780126621ca8b908da8dcf
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jan 4 12:57:10 2012 +0100

    talloc/testsuite: fix compiler warnings
    
    metze
    
    Autobuild-User: Stefan Metzmacher <metze at samba.org>
    Autobuild-Date: Tue Jan 10 13:31:33 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/lib/talloc/testsuite.c b/lib/talloc/testsuite.c
index 7860ad2..7191703 100644
--- a/lib/talloc/testsuite.c
+++ b/lib/talloc/testsuite.c
@@ -1315,7 +1315,8 @@ static bool test_rusty(void)
 static bool test_free_children(void)
 {
 	void *root;
-	const char *p1, *p2, *name, *name2;
+	char *p1, *p2;
+	const char *name, *name2;
 
 	talloc_enable_null_tracking();
 	root = talloc_new(NULL);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list