From 177423e88ce4b0cad1328d2a85a59b214b055686 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 4 Aug 2005 04:21:03 +0000 Subject: r9044: added a comment so you can see what this test does :-) (This used to be commit ee2744160892f28390662f4934dc4135e4378d78) --- source4/torture/raw/open.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit