diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-06 05:47:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:41 -0500 |
commit | 412e4bd82000f2c58a2ac9010ee97fac68b0df82 (patch) | |
tree | b438eb2ace9eef34f1c11d28711b048d503b06ea /source4/torture | |
parent | 0093e1b62cf02d1c3bdc3f18c8c4cc3d0abbf776 (diff) | |
download | samba-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')
-rw-r--r-- | source4/torture/local/irpc.c | 2 |
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); |