From 13b20c379f60133bc314a61e7136a9eec71ffd3d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 4 Aug 2005 04:23:40 +0000 Subject: r9047: show the order of the server/correct output to make it easier to demo this test ;) (This used to be commit 73ba1a8e3823330c6889d626e8e4fb392ebcab8a) --- source4/torture/basic/denytest.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/basic/denytest.c') diff --git a/source4/torture/basic/denytest.c b/source4/torture/basic/denytest.c index 8d16fa5e73..4addf46192 100644 --- a/source4/torture/basic/denytest.c +++ b/source4/torture/basic/denytest.c @@ -1785,6 +1785,8 @@ static BOOL torture_ntdenytest(struct smbcli_state *cli1, struct smbcli_state *c int failures = 0; uint8_t buf[1]; + printf("format: server correct\n"); + ZERO_STRUCT(buf); fname = talloc_asprintf(cli1, "\\ntdeny_%d.dll", client); -- cgit