From 412e4bd82000f2c58a2ac9010ee97fac68b0df82 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 6 Jun 2005 05:47:52 +0000 Subject: r7321: add nbtd statistics serving over irpc (This used to be commit 4c0ed7328b14969ea34790b0e80fa714c44ccc5f) --- source4/torture/local/irpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/local/irpc.c') 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); -- cgit