summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-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);