diff options
author | Günther Deschner <gd@samba.org> | 2009-10-20 15:09:32 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-20 15:30:19 +0200 |
commit | 7e180101d3a460d30da7b5043034ef306913b2d1 (patch) | |
tree | c06b0e63bf54e04b3acf071d4789589e3287207d /source4/torture | |
parent | bf2746b537484a51b55a3000e4c34d08bd5aff7a (diff) | |
download | samba-7e180101d3a460d30da7b5043034ef306913b2d1.tar.gz samba-7e180101d3a460d30da7b5043034ef306913b2d1.tar.bz2 samba-7e180101d3a460d30da7b5043034ef306913b2d1.zip |
s4-smbtorture: Fix wrong comment in RPC-LSA-TRUSTED-DOMAIN test.
Guenther
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/lsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c index 7305a31960..0271fe73c5 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; |