diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-10 13:33:06 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-12 12:57:08 +0100 |
commit | 5ae24e1cc084b48e46e0c7e355c262962eaa0b39 (patch) | |
tree | 566d8631088c7f2fe9d94dafc25059cbc24446ee /source4/torture | |
parent | 62a66b00b61cf4f85a81cca78e1432007b47ea11 (diff) | |
download | samba-5ae24e1cc084b48e46e0c7e355c262962eaa0b39.tar.gz samba-5ae24e1cc084b48e46e0c7e355c262962eaa0b39.tar.bz2 samba-5ae24e1cc084b48e46e0c7e355c262962eaa0b39.zip |
s4-torture: Fix comment
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/forest_trust.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/forest_trust.c b/source4/torture/rpc/forest_trust.c index 852b80bb4c..7ae40e5ded 100644 --- a/source4/torture/rpc/forest_trust.c +++ b/source4/torture/rpc/forest_trust.c @@ -133,7 +133,7 @@ static bool test_create_trust_and_set_info(struct dcerpc_pipe *p, dcerpc_lsa_CreateTrustedDomainEx2_r(p->binding_handle, tctx, &r), "CreateTrustedDomainEx2 failed"); if (!NT_STATUS_IS_OK(r.out.result)) { - torture_comment(tctx, "CreateTrustedDomainEx failed2 - %s\n", nt_errstr(r.out.result)); + torture_comment(tctx, "CreateTrustedDomainEx2 failed - %s\n", nt_errstr(r.out.result)); ret = false; } else { |