mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s4:auth: Correct error message
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
dc73160381
commit
c94db7d2e8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user