[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1238-g546d165

Volker Lendecke vlendec at samba.org
Thu Apr 23 11:46:16 GMT 2009


The branch, master has been updated
       via  546d16500d0dce4d451efb7793065b323bf8edbd (commit)
      from  96932593df6db7a0084c87238b5c044e1a80a049 (commit)

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


- Log -----------------------------------------------------------------
commit 546d16500d0dce4d451efb7793065b323bf8edbd
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Apr 22 11:54:13 2009 +0200

    Fix a pointless static

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

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 c6efa80..49150c3 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -3452,7 +3452,7 @@ static bool run_deletetest(int dummy)
  */
 static bool run_properties(int dummy)
 {
-	static struct cli_state *cli;
+	struct cli_state *cli;
 	bool correct = True;
 
 	printf("starting properties test\n");


-- 
Samba Shared Repository


More information about the samba-cvs mailing list