svn commit: samba r19843 - in branches/SAMBA_4_0/source/torture/rpc: .

jelmer at samba.org jelmer at samba.org
Wed Nov 22 16:54:46 GMT 2006


Author: jelmer
Date: 2006-11-22 16:54:45 +0000 (Wed, 22 Nov 2006)
New Revision: 19843

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19843

Log:
Fix warning.

Modified:
   branches/SAMBA_4_0/source/torture/rpc/samr.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samr.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samr.c	2006-11-22 16:53:30 UTC (rev 19842)
+++ branches/SAMBA_4_0/source/torture/rpc/samr.c	2006-11-22 16:54:45 UTC (rev 19843)
@@ -1901,7 +1901,6 @@
 	{
 		char simple_pass[9];
 		char *v = generate_random_str(mem_ctx, 1);
-		int i;
 
 		ZERO_STRUCT(simple_pass);
 		memset(simple_pass, *v, sizeof(simple_pass) - 1);



More information about the samba-cvs mailing list