mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r14716: Remove username from debug message, it just causes valgrind assertions.
Andrew Bartlett
This commit is contained in:
parent
ce0c7f86fd
commit
c978fea2a1
@ -136,16 +136,14 @@ static NTSTATUS libnet_JoinADSDomain(struct libnet_context *ctx, struct libnet_J
|
||||
if (NT_STATUS_EQUAL(status, NT_STATUS_NET_WRITE_FAULT)) {
|
||||
r->out.error_string
|
||||
= talloc_asprintf(r,
|
||||
"dcerpc_drsuapi_DsBind for [%s\\%s] failed - %s\n",
|
||||
r->in.domain_name, r->in.account_name,
|
||||
"dcerpc_drsuapi_DsBind failed - %s\n",
|
||||
dcerpc_errstr(tmp_ctx, drsuapi_pipe->last_fault_code));
|
||||
talloc_free(tmp_ctx);
|
||||
return status;
|
||||
} else {
|
||||
r->out.error_string
|
||||
= talloc_asprintf(r,
|
||||
"dcerpc_drsuapi_DsBind for [%s\\%s] failed - %s\n",
|
||||
r->in.domain_name, r->in.account_name,
|
||||
"dcerpc_drsuapi_DsBind failed - %s\n",
|
||||
nt_errstr(status));
|
||||
talloc_free(tmp_ctx);
|
||||
return status;
|
||||
|
Loading…
Reference in New Issue
Block a user