summaryrefslogtreecommitdiffstats
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-20 15:09:32 +0200
committerKarolin Seeger <kseeger@samba.org>2009-11-26 11:39:38 +0100
commit48ad5a322561abb0062694e4ec0424bf362a2d08 (patch)
tree8772046cd94df8bcebf77b165e9593d85c8609bc /source4
parentd798777e80ce7796adfb540d0f4135c192aec273 (diff)
downloadsamba-48ad5a322561abb0062694e4ec0424bf362a2d08.tar.gz
samba-48ad5a322561abb0062694e4ec0424bf362a2d08.tar.xz
samba-48ad5a322561abb0062694e4ec0424bf362a2d08.zip
s4-smbtorture: Fix wrong comment in RPC-LSA-TRUSTED-DOMAIN test.
Guenther (cherry picked from commit 7e180101d3a460d30da7b5043034ef306913b2d1) (cherry picked from commit 1c34c07a843e64eb00715f75de911ff2c10619f7)
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/lsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c
index 7305a319604..0271fe73c5c 100644
--- a/source4/torture/rpc/lsa.c
+++ b/source4/torture/rpc/lsa.c
@@ -2188,7 +2188,7 @@ static bool test_CreateTrustedDomain(struct dcerpc_pipe *p,
q.out.info = &info;
status = dcerpc_lsa_QueryTrustedDomainInfo(p, tctx, &q);
if (!NT_STATUS_IS_OK(status)) {
- torture_comment(tctx, "QueryTrustedDomainInfo level 1 failed - %s\n", nt_errstr(status));
+ torture_comment(tctx, "QueryTrustedDomainInfo level %d failed - %s\n", q.in.level, nt_errstr(status));
ret = false;
} else if (!q.out.info) {
ret = false;