[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-358-gec0c6e1

Günther Deschner gd at samba.org
Sat Mar 14 22:25:46 GMT 2009


The branch, master has been updated
       via  ec0c6e1617ea1d8a41ee4677ae270ede38024f2a (commit)
      from  8174a90e43e0722c744257c92775d3bb9a581901 (commit)

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


- Log -----------------------------------------------------------------
commit ec0c6e1617ea1d8a41ee4677ae270ede38024f2a
Author: Günther Deschner <gd at samba.org>
Date:   Sat Mar 14 01:36:01 2009 +0100

    s4-smbtorture: fix build warning in test_EnumPrintProcDataTypes.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index ad8158d..f8029b2 100644
--- a/source4/torture/rpc/spoolss.c
+++ b/source4/torture/rpc/spoolss.c
@@ -575,7 +575,7 @@ static bool test_EnumPrintProcDataTypes(struct torture_context *tctx,
 	NTSTATUS status;
 	struct spoolss_EnumPrintProcDataTypes r;
 	uint16_t levels[] = { 1 };
-	int i, j;
+	int i;
 
 	for (i=0;i<ARRAY_SIZE(levels);i++) {
 		int level = levels[i];


-- 
Samba Shared Repository


More information about the samba-cvs mailing list