summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-14 11:43:59 +0000
committerAndrew Tridgell <tridge@samba.org>2006-09-14 11:43:59 +0000
commit92ef2ee86c65070770d181f0a86a4b30383f98e0 (patch)
tree1c2baea9a1874dee83e949143703969045572ef2
parent72a3206d36e6e4f812401eaddcb7562db4aab4c2 (diff)
downloadsamba-92ef2ee86c65070770d181f0a86a4b30383f98e0.tar.gz
samba-92ef2ee86c65070770d181f0a86a4b30383f98e0.tar.xz
samba-92ef2ee86c65070770d181f0a86a4b30383f98e0.zip
r18516: I'm surprised that compilers allowed this at all
-rw-r--r--source/torture/local/irpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/torture/local/irpc.c b/source/torture/local/irpc.c
index 91f1e2fe530..79c91cb3d21 100644
--- a/source/torture/local/irpc.c
+++ b/source/torture/local/irpc.c
@@ -81,12 +81,12 @@ static NTSTATUS irpc_EchoData(struct irpc_message *irpc, struct echo_EchoData *r
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;