From bd5e095e27824a4c8f68587ce3caadda0cbda6f2 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 8 Jul 2024 11:40:51 +0200 Subject: [PATCH] s4:torture: Remove tailing spaces in forest_trust.c Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner --- source4/torture/rpc/forest_trust.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/rpc/forest_trust.c b/source4/torture/rpc/forest_trust.c index 0a09bb12da6..1bd506204b2 100644 --- a/source4/torture/rpc/forest_trust.c +++ b/source4/torture/rpc/forest_trust.c @@ -288,7 +288,7 @@ static bool get_and_set_info(struct dcerpc_pipe *p, "%s but %s\n", nt_errstr(il[c].get_result), nt_errstr(qr.out.result)); - + /* We may be testing a server without support for this level */ if (qr.in.level == LSA_TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES && NT_STATUS_EQUAL(qr.out.result, NT_STATUS_INVALID_PARAMETER)) { return true; -- 2.47.3