diff options
author | Volker Lendecke <vl@samba.org> | 2009-11-08 19:37:33 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-11-08 19:43:46 +0100 |
commit | 82c35e460e00d6f9e61df2d20ea9d0ccf765636a (patch) | |
tree | d70c44840e3cc9b69911d779a0f61a29d76ffb00 /source3/librpc/gen_ndr | |
parent | b02c46bef944712834045399c883ea14f45bde94 (diff) | |
download | samba-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 'source3/librpc/gen_ndr')
-rw-r--r-- | source3/librpc/gen_ndr/srv_wbint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/srv_wbint.c b/source3/librpc/gen_ndr/srv_wbint.c index 9144a467e0..a7112cb94b 100644 --- a/source3/librpc/gen_ndr/srv_wbint.c +++ b/source3/librpc/gen_ndr/srv_wbint.c @@ -2140,5 +2140,5 @@ NTSTATUS rpc_wbint_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, co NTSTATUS rpc_wbint_init(void) { - return rpc_srv_register(SMB_RPC_INTERFACE_VERSION, "wbint", "wbint", NDR_WBINT_UUID, NDR_WBINT_VERSION, api_wbint_cmds, sizeof(api_wbint_cmds) / sizeof(struct api_struct)); + return rpc_srv_register(SMB_RPC_INTERFACE_VERSION, "wbint", "wbint", &ndr_table_wbint, api_wbint_cmds, sizeof(api_wbint_cmds) / sizeof(struct api_struct)); } |