svn commit: samba r18516 - in branches/SAMBA_4_0/source/torture/local: .

tridge at samba.org tridge at samba.org
Thu Sep 14 11:44:00 GMT 2006


Author: tridge
Date: 2006-09-14 11:43:59 +0000 (Thu, 14 Sep 2006)
New Revision: 18516

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

Log:

I'm surprised that compilers allowed this at all

Modified:
   branches/SAMBA_4_0/source/torture/local/irpc.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/local/irpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/local/irpc.c	2006-09-14 10:35:56 UTC (rev 18515)
+++ branches/SAMBA_4_0/source/torture/local/irpc.c	2006-09-14 11:43:59 UTC (rev 18516)
@@ -81,12 +81,12 @@
   test a addone call over the internal messaging system
 */
 static BOOL test_addone(struct torture_context *test, const void *_data,
-						const void *_value)
+			const void *_value)
 {
 	struct echo_AddOne r;
 	NTSTATUS status;
 	const struct irpc_test_data *data = _data;
-	uint32_t value = (uint32_t)value;
+	uint32_t value = (uint32_t)_value;
 
 	/* make the call */
 	r.in.in_data = value;



More information about the samba-cvs mailing list