svn commit: samba r21027 - in branches/SAMBA_4_0/source/torture/rpc: .

abartlet at samba.org abartlet at samba.org
Fri Jan 26 09:50:57 GMT 2007


Author: abartlet
Date: 2007-01-26 09:50:56 +0000 (Fri, 26 Jan 2007)
New Revision: 21027

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21027

Log:
Print the name we fail on.  I need to fix Samba4 to pass this.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c	2007-01-26 04:37:06 UTC (rev 21026)
+++ branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c	2007-01-26 09:50:56 UTC (rev 21027)
@@ -1459,7 +1459,8 @@
 
 	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;
 	}



More information about the samba-cvs mailing list