r25034: Remove unused variables.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 8 Sep 2007 15:09:59 +0000 (15:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:05:43 +0000 (15:05 -0500)
(This used to be commit ec1c68e3a640dbf5e514d9f2d1bb4890528b3fd0)

source4/torture/raw/setfileinfo.c

index f2d5b0c199a9015282a80eb53a06b3550b36dd5e..1178af4e9fb09a98190f993f99401304e93141d3 100644 (file)
    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;