diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-04 04:21:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:11 -0500 |
commit | 177423e88ce4b0cad1328d2a85a59b214b055686 (patch) | |
tree | b7d7c063f3161a8b1fa4302d700cd527034a9d4c /source4/torture | |
parent | 089fa957044f5c96401bd4f238cea387e9ee1940 (diff) | |
download | samba-177423e88ce4b0cad1328d2a85a59b214b055686.tar.gz samba-177423e88ce4b0cad1328d2a85a59b214b055686.tar.bz2 samba-177423e88ce4b0cad1328d2a85a59b214b055686.zip |
r9044: added a comment so you can see what this test does :-)
(This used to be commit ee2744160892f28390662f4934dc4135e4378d78)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/raw/open.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/raw/open.c b/source4/torture/raw/open.c index afd6963b41..6795fbdee9 100644 --- a/source4/torture/raw/open.c +++ b/source4/torture/raw/open.c @@ -969,7 +969,8 @@ static BOOL test_ntcreatex_brlocked(struct smbcli_state *cli, TALLOC_CTX *mem_ct NTSTATUS status; BOOL ret = True; - /* reasonable default parameters */ + printf("Testing ntcreatex with a byte range locked file\n"); + io.generic.level = RAW_OPEN_NTCREATEX; io.ntcreatex.in.flags = NTCREATEX_FLAGS_EXTENDED; io.ntcreatex.in.root_fid = 0; |