summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/read.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-28 18:48:23 +1000
committerAndrew Tridgell <tridge@samba.org>2008-05-28 18:48:23 +1000
commit91069754f8f60e2ade0f907c4420e01125405919 (patch)
treed8f6292be4e00d381327bf5149a82bd38145dadb /source4/torture/smb2/read.c
parent07b4cafb0914545c3839fdba7ddab179656b3074 (diff)
downloadsamba-91069754f8f60e2ade0f907c4420e01125405919.tar.gz
samba-91069754f8f60e2ade0f907c4420e01125405919.tar.bz2
samba-91069754f8f60e2ade0f907c4420e01125405919.zip
add testing of creating a file with an initial ACL on SMB2
(This used to be commit e957e86a03baa0c0daf3bfe1aaeceb7a08e3c24e)
Diffstat (limited to 'source4/torture/smb2/read.c')
-rw-r--r--source4/torture/smb2/read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/smb2/read.c b/source4/torture/smb2/read.c
index 62240f35ba..b3c13ad667 100644
--- a/source4/torture/smb2/read.c
+++ b/source4/torture/smb2/read.c
@@ -172,7 +172,8 @@ done:
return ret;
}
-/* basic testing of SMB2 read
+/*
+ basic testing of SMB2 read
*/
struct torture_suite *torture_smb2_read_init(void)
{