mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
r21027: Print the name we fail on. I need to fix Samba4 to pass this.
Andrew Bartlett
(This used to be commit 5e907ae795
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a3c2bc4ba0
commit
0c45d415ff
@ -1459,7 +1459,8 @@ static struct dom_sid *name2sid(TALLOC_CTX *mem_ctx,
|
||||
|
||||
status = dcerpc_lsa_LookupNames(p, tmp_ctx, &l);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
printf("LookupNames failed - %s\n", nt_errstr(status));
|
||||
printf("LookupNames of %s failed - %s\n", lsa_name.string,
|
||||
nt_errstr(status));
|
||||
talloc_free(tmp_ctx);
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user