summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/srv_eventlog.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-01-06 23:29:25 +0100
committerVolker Lendecke <vl@samba.org>2009-01-09 23:17:57 +0100
commit125696b73dbe3d0813432c9775c146e861b4707c (patch)
tree15dc15f61d9e8927902a9d8af73310a18e705ad2 /librpc/gen_ndr/srv_eventlog.c
parentf8f878285d348e43a22385c1907dff3e120d4b59 (diff)
downloadsamba-125696b73dbe3d0813432c9775c146e861b4707c.tar.gz
samba-125696b73dbe3d0813432c9775c146e861b4707c.tar.bz2
samba-125696b73dbe3d0813432c9775c146e861b4707c.zip
Pass the full ndr_interface_table into the s3 rpcserver when registering
Diffstat (limited to 'librpc/gen_ndr/srv_eventlog.c')
-rw-r--r--librpc/gen_ndr/srv_eventlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/gen_ndr/srv_eventlog.c b/librpc/gen_ndr/srv_eventlog.c
index 950daa5dd1..9a87ee648c 100644
--- a/librpc/gen_ndr/srv_eventlog.c
+++ b/librpc/gen_ndr/srv_eventlog.c
@@ -1838,5 +1838,5 @@ void eventlog_get_pipe_fns(struct api_struct **fns, int *n_fns)
NTSTATUS rpc_eventlog_init(void)
{
- return rpc_pipe_register_commands(SMB_RPC_INTERFACE_VERSION, "eventlog", "eventlog", &ndr_table_eventlog.syntax_id, api_eventlog_cmds, sizeof(api_eventlog_cmds) / sizeof(struct api_struct));
+ return rpc_srv_register(SMB_RPC_INTERFACE_VERSION, "eventlog", "eventlog", &ndr_table_eventlog, api_eventlog_cmds, sizeof(api_eventlog_cmds) / sizeof(struct api_struct));
}