diff options
author | Michael Adam <obnox@samba.org> | 2012-08-08 12:18:40 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-08-09 15:29:47 +0200 |
commit | c228b7abeed7de963f8bcc08014ac2a2ab656972 (patch) | |
tree | 63ab7973acc90afad0ad643b8f390f88e89665ae /source3/torture | |
parent | 7a7b86d3c7149d6b9ccd065d15d818e9d336b98c (diff) | |
download | samba-c228b7abeed7de963f8bcc08014ac2a2ab656972.tar.gz |
s3:torture:delete: add a comment
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 3654f95f1d9..b42a6ece62f 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -4266,6 +4266,8 @@ static bool run_deletetest(int dummy) printf("ninth delete on close test succeeded.\n"); + /* Test 10 ... */ + status = cli_ntcreate(cli1, fname, 0, FILE_READ_DATA|FILE_WRITE_DATA|DELETE_ACCESS, FILE_ATTRIBUTE_NORMAL, FILE_SHARE_NONE, |