[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Wed May 18 06:18:03 MDT 2011


The branch, master has been updated
       via  d97faae s3-smbtorture: fix build warning (shadowed NTSTATUS variable).
      from  b25f7d4 torture: desactivate the level 4 tests for DFS referral

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


- Log -----------------------------------------------------------------
commit d97faae7db451184d61c860d9756cdce2d792519
Author: Günther Deschner <gd at samba.org>
Date:   Wed May 18 13:15:01 2011 +0200

    s3-smbtorture: fix build warning (shadowed NTSTATUS variable).
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Wed May 18 14:17:13 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index a05fbbf..684e079 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -822,7 +822,6 @@ static bool rw_torture2(struct cli_state *c1, struct cli_state *c2)
 
 	for (i = 0; i < torture_numops; i++)
 	{
-		NTSTATUS status;
 		size_t buf_size = ((unsigned)sys_random()%(sizeof(buf)-1))+ 1;
 		if (i % 10 == 0) {
 			printf("%d\r", i); fflush(stdout);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list