diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-08 15:09:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:05:43 -0500 |
commit | ce0ff008b5c5af931526d14fa6232f8647e0880f (patch) | |
tree | 0840cc77f11e70a76d249de014931e46a0209a0a /source4 | |
parent | 50bcb45692005e348431fc92c60dea9c3e66d305 (diff) | |
download | samba-ce0ff008b5c5af931526d14fa6232f8647e0880f.tar.gz samba-ce0ff008b5c5af931526d14fa6232f8647e0880f.tar.bz2 samba-ce0ff008b5c5af931526d14fa6232f8647e0880f.zip |
r25034: Remove unused variables.
(This used to be commit ec1c68e3a640dbf5e514d9f2d1bb4890528b3fd0)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/raw/setfileinfo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/raw/setfileinfo.c b/source4/torture/raw/setfileinfo.c index f2d5b0c199..1178af4e9f 100644 --- a/source4/torture/raw/setfileinfo.c +++ b/source4/torture/raw/setfileinfo.c @@ -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; |