svn commit: samba r25034 - in branches/SAMBA_4_0: . source/torture/raw

jelmer at samba.org jelmer at samba.org
Sat Sep 8 15:10:00 GMT 2007


Author: jelmer
Date: 2007-09-08 15:09:59 +0000 (Sat, 08 Sep 2007)
New Revision: 25034

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

Log:
Remove unused variables.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/torture/raw/setfileinfo.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/torture/raw/setfileinfo.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/setfileinfo.c	2007-09-08 15:06:47 UTC (rev 25033)
+++ branches/SAMBA_4_0/source/torture/raw/setfileinfo.c	2007-09-08 15:09:59 UTC (rev 25034)
@@ -32,10 +32,10 @@
    for consistency between the calls. 
 */
 bool torture_raw_sfileinfo(struct torture_context *torture, 
-						   struct smbcli_state *cli)
+			   struct smbcli_state *cli)
 {
-	BOOL ret = True;
-	int fnum_saved, d_fnum, fnum2, fnum = -1;
+	bool ret = true;
+	int fnum = -1;
 	char *fnum_fname;
 	char *fnum_fname_new;
 	char *path_fname;



More information about the samba-cvs mailing list