summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-28 16:07:26 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-28 17:22:54 +0100
commit56969adb3dad6dbaec2410e4e23242b3ce88b696 (patch)
treed43c9edea8f82d49ea23f6b67a495237e247bb97
parent96c1cd762db100a11dd989f1505a265c69885bf9 (diff)
downloadsamba-56969adb3dad6dbaec2410e4e23242b3ce88b696.tar.gz
samba-56969adb3dad6dbaec2410e4e23242b3ce88b696.tar.bz2
samba-56969adb3dad6dbaec2410e4e23242b3ce88b696.zip
s4:torture/smb2/acls.c - remove two unused variables
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 28 17:22:54 CET 2010 on sn-devel-104
-rw-r--r--source4/torture/smb2/acls.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/smb2/acls.c b/source4/torture/smb2/acls.c
index a857f4dcc5..d723ae499b 100644
--- a/source4/torture/smb2/acls.c
+++ b/source4/torture/smb2/acls.c
@@ -666,8 +666,6 @@ static bool test_owner_bits(struct torture_context *tctx, struct smb2_tree *tree
union smb_setfileinfo set;
struct security_descriptor *sd, *sd_orig;
const char *owner_sid;
- bool has_restore_privilege = false;
- bool has_take_ownership_privilege = false;
uint32_t expected_bits;
if (!smb2_util_setup_dir(tctx, tree, BASEDIR))