From: Andrew Tridgell Date: Tue, 27 May 2008 09:10:35 +0000 (+1000) Subject: fixed file_attributes test X-Git-Tag: samba-4.0.0alpha4~24^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=791ce0fe39a9d9e0d40b9850ff6f0cc9077fe2f1;p=thirdparty%2Fsamba.git fixed file_attributes test --- diff --git a/source/torture/smb2/create.c b/source/torture/smb2/create.c index 9f7ceb20adc..87a53ed7cf7 100644 --- a/source/torture/smb2/create.c +++ b/source/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);