summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-06 05:47:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:41 -0500
commit412e4bd82000f2c58a2ac9010ee97fac68b0df82 (patch)
treeb438eb2ace9eef34f1c11d28711b048d503b06ea /source4/torture/local
parent0093e1b62cf02d1c3bdc3f18c8c4cc3d0abbf776 (diff)
downloadsamba-412e4bd82000f2c58a2ac9010ee97fac68b0df82.tar.gz
samba-412e4bd82000f2c58a2ac9010ee97fac68b0df82.tar.bz2
samba-412e4bd82000f2c58a2ac9010ee97fac68b0df82.zip
r7321: add nbtd statistics serving over irpc
(This used to be commit 4c0ed7328b14969ea34790b0e80fa714c44ccc5f)
Diffstat (limited to 'source4/torture/local')
-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);