summaryrefslogtreecommitdiff
path: root/source4/torture/local/irpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/local/irpc.c')
-rw-r--r--source4/torture/local/irpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/irpc.c b/source4/torture/local/irpc.c
index 65564fc7b7..9e4527ee7c 100644
--- a/source4/torture/local/irpc.c
+++ b/source4/torture/local/irpc.c
@@ -150,7 +150,7 @@ BOOL torture_local_irpc(void)
msg_ctx = messaging_init(mem_ctx, MSG_ID, ev);
/* register the server side function */
- IRPC_REGISTER(msg_ctx, rpcecho, ECHO_ADDONE, irpc_AddOne);
+ IRPC_REGISTER(msg_ctx, rpcecho, ECHO_ADDONE, irpc_AddOne, NULL);
ret &= test_addone(mem_ctx, msg_ctx);
ret &= test_speed(mem_ctx, msg_ctx, ev);