summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/srv_netlogon.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-08 19:37:33 +0100
committerVolker Lendecke <vl@samba.org>2009-11-08 19:43:46 +0100
commit82c35e460e00d6f9e61df2d20ea9d0ccf765636a (patch)
treed70c44840e3cc9b69911d779a0f61a29d76ffb00 /librpc/gen_ndr/srv_netlogon.c
parentb02c46bef944712834045399c883ea14f45bde94 (diff)
downloadsamba-82c35e460e00d6f9e61df2d20ea9d0ccf765636a.tar.gz
samba-82c35e460e00d6f9e61df2d20ea9d0ccf765636a.tar.bz2
samba-82c35e460e00d6f9e61df2d20ea9d0ccf765636a.zip
Revert "s3: Do not reference ndr_table when calling rpc_srv_register"
This reverts commit 494b2aff8826947e3bd556aecb175746163da485.
Diffstat (limited to 'librpc/gen_ndr/srv_netlogon.c')
-rw-r--r--librpc/gen_ndr/srv_netlogon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/gen_ndr/srv_netlogon.c b/librpc/gen_ndr/srv_netlogon.c
index fc1c85a40d..a288c77cd6 100644
--- a/librpc/gen_ndr/srv_netlogon.c
+++ b/librpc/gen_ndr/srv_netlogon.c
@@ -4540,5 +4540,5 @@ NTSTATUS rpc_netlogon_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
NTSTATUS rpc_netlogon_init(void)
{
- return rpc_srv_register(SMB_RPC_INTERFACE_VERSION, "netlogon", "netlogon", NDR_NETLOGON_UUID, NDR_NETLOGON_VERSION, api_netlogon_cmds, sizeof(api_netlogon_cmds) / sizeof(struct api_struct));
+ return rpc_srv_register(SMB_RPC_INTERFACE_VERSION, "netlogon", "netlogon", &ndr_table_netlogon, api_netlogon_cmds, sizeof(api_netlogon_cmds) / sizeof(struct api_struct));
}