diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-04 04:23:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:11 -0500 |
commit | 13b20c379f60133bc314a61e7136a9eec71ffd3d (patch) | |
tree | 7e1b00c6c96e6dfb3f4bd40770f9c5c8d2e9ad21 /source4/torture | |
parent | d07f01b203231b04a7c65d5970fadadc8f5f7be1 (diff) | |
download | samba-13b20c379f60133bc314a61e7136a9eec71ffd3d.tar.gz samba-13b20c379f60133bc314a61e7136a9eec71ffd3d.tar.bz2 samba-13b20c379f60133bc314a61e7136a9eec71ffd3d.zip |
r9047: show the order of the server/correct output to make it easier to demo this test ;)
(This used to be commit 73ba1a8e3823330c6889d626e8e4fb392ebcab8a)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/basic/denytest.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |