diff options
-rw-r--r-- | source4/torture/smb2/setinfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/smb2/setinfo.c b/source4/torture/smb2/setinfo.c index 734cf1fa77..fb012eeb2f 100644 --- a/source4/torture/smb2/setinfo.c +++ b/source4/torture/smb2/setinfo.c @@ -51,7 +51,6 @@ bool torture_smb2_setinfo(struct torture_context *tctx) bool ret = true; struct smb2_handle handle; char *fname; - char *fname_new; union smb_fileinfo finfo2; union smb_setfileinfo sfinfo; struct security_ace ace; @@ -65,7 +64,6 @@ bool torture_smb2_setinfo(struct torture_context *tctx) ZERO_STRUCT(handle); fname = talloc_asprintf(tctx, BASEDIR "fnum_test_%d.txt", n); - fname_new = talloc_asprintf(tctx, BASEDIR "fnum_test_new_%d.txt", n); if (!torture_smb2_connection(tctx, &tree)) { return false; |