summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/create.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-27 19:10:35 +1000
committerAndrew Tridgell <tridge@samba.org>2008-05-27 19:10:35 +1000
commited3a095a5ae51d4826d79787fff03cf665319fe9 (patch)
tree08f33612ad88c173a552ea029b9aca2fecc31f65 /source4/torture/smb2/create.c
parent8daeee5c5d7d5851677089cceaf26a0e32675a96 (diff)
downloadsamba-ed3a095a5ae51d4826d79787fff03cf665319fe9.tar.gz
samba-ed3a095a5ae51d4826d79787fff03cf665319fe9.tar.bz2
samba-ed3a095a5ae51d4826d79787fff03cf665319fe9.zip
fixed file_attributes test
(This used to be commit 791ce0fe39a9d9e0d40b9850ff6f0cc9077fe2f1)
Diffstat (limited to 'source4/torture/smb2/create.c')
-rw-r--r--source4/torture/smb2/create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/create.c b/source4/torture/smb2/create.c
index 9f7ceb20ad..87a53ed7cf 100644
--- a/source4/torture/smb2/create.c
+++ b/source4/torture/smb2/create.c
@@ -149,7 +149,7 @@ bool torture_smb2_create_gentest(struct torture_context *torture, struct smb2_tr
}
}
- CHECK_EQUAL(file_attributes, 0xffff87c8);
+ CHECK_EQUAL(file_attributes, 0xffffbd48);
CHECK_EQUAL(denied_mask, 0x4000);
smb2_deltree(tree, FNAME);