summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/torture/local/irpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/local/irpc.c b/source4/torture/local/irpc.c
index 91f1e2fe53..79c91cb3d2 100644
--- a/source4/torture/local/irpc.c
+++ b/source4/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;