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

metze at samba.org metze at samba.org
Wed Oct 10 09:39:01 GMT 2007


Author: metze
Date: 2007-10-10 09:39:00 +0000 (Wed, 10 Oct 2007)
New Revision: 25599

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

Log:
print the error...

metze
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-10-10 08:27:56 UTC (rev 25598)
+++ branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c	2007-10-10 09:39:00 UTC (rev 25599)
@@ -649,7 +649,7 @@
 
 		status = dcerpc_samr_DeleteUser(samr_pipe, mem_ctx, &d);
 		if (!NT_STATUS_IS_OK(status)) {
-			d_printf("samr_DeleteUser failed\n");
+			d_printf("samr_DeleteUser failed %s\n", nt_errstr(status));
 			goto done;
 		}
 	}



More information about the samba-cvs mailing list