]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:auth: Correct error message
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 11 Sep 2023 03:52:16 +0000 (15:52 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Sep 2023 02:43:28 +0000 (02:43 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/session.c

index ba4541bd418578ba7bd1c471f3400a9f81c61afb..c56917a6f1e06c09efa56d5325c0d5929d05cf29 100644 (file)
@@ -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;
                }