diff options
Diffstat (limited to 'source4/torture/raw')
-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; |