From: Joseph Sutton Date: Mon, 11 Sep 2023 03:52:16 +0000 (+1200) Subject: s4:auth: Correct error message X-Git-Tag: tevent-0.16.0~376 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c94db7d2e8327f8739b91c64adb4f7b884bfd467;p=thirdparty%2Fsamba.git s4:auth: Correct error message Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/auth/session.c b/source4/auth/session.c index ba4541bd418..c56917a6f1e 100644 --- a/source4/auth/session.c +++ b/source4/auth/session.c @@ -319,7 +319,7 @@ struct auth_session_info *auth_session_info_from_transport(TALLOC_CTX *mem_ctx, &error_string); if (ret) { *reason = talloc_asprintf(mem_ctx, - "Failed to set pipe forwarded" + "Failed to set pipe forwarded " "creds: %s\n", error_string); return NULL; }