From: Ralph Boehme Date: Sat, 9 Dec 2017 18:27:22 +0000 (+0100) Subject: s3/torture: fix an error message X-Git-Tag: samba-4.8.0rc1~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcb45d5c2071ef4d5c7da1534c9e23805a22bc3b;p=thirdparty%2Fsamba.git s3/torture: fix an error message Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/source3/torture/pdbtest.c b/source3/torture/pdbtest.c index 9e2a7423e27..adbd982ab44 100644 --- a/source3/torture/pdbtest.c +++ b/source3/torture/pdbtest.c @@ -501,7 +501,7 @@ static bool test_trusted_domains(TALLOC_CTX *ctx, rv = pdb->get_trusted_domain(pdb, ctx, TRUST_DOM, &new_td); if (!NT_STATUS_IS_OK(rv)) { - fprintf(stderr, "Error in set_trusted_domain %s\n", + fprintf(stderr, "Error in get_trusted_domain %s\n", get_friendly_nt_error_msg(rv)); *error = true; }