From 0c45d415ffa1cb96e07fbec805d80a98bcd7547e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 26 Jan 2007 09:50:56 +0000 Subject: r21027: Print the name we fail on. I need to fix Samba4 to pass this. Andrew Bartlett (This used to be commit 5e907ae795b49d6c120ddedee3ba6d11c06bfab4) --- source4/torture/rpc/samba3rpc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/torture/rpc/samba3rpc.c') diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index 66e941c3cf..280bcc0bba 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/torture/rpc/samba3rpc.c @@ -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; } -- cgit