git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
318038d
)
fixed file_attributes test
author
Andrew Tridgell
<tridge@samba.org>
Tue, 27 May 2008 09:10:35 +0000
(19:10 +1000)
committer
Andrew Tridgell
<tridge@samba.org>
Tue, 27 May 2008 09:10:35 +0000
(19:10 +1000)
source/torture/smb2/create.c
patch
|
blob
|
history
diff --git
a/source/torture/smb2/create.c
b/source/torture/smb2/create.c
index 9f7ceb20adc21bb25ec8f118f92eb932c94306b6..87a53ed7cf7d777af03caa3b13b7fbda96e1416f 100644
(file)
--- 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, 0xffff
87c
8);
+ CHECK_EQUAL(file_attributes, 0xffff
bd4
8);
CHECK_EQUAL(denied_mask, 0x4000);
smb2_deltree(tree, FNAME);