summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/tables.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-04-03 12:28:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:06 -0500
commit0389cad7c492eda5aee590d0396748c7da9b44ff (patch)
tree13bb3ae9d118d2eb17e374be0a2a675d03f11ff6 /source3/librpc/gen_ndr/tables.c
parent4432df38eeffa3f9d63b908ce2d0af8d00297078 (diff)
downloadsamba-0389cad7c492eda5aee590d0396748c7da9b44ff.tar.gz
samba-0389cad7c492eda5aee590d0396748c7da9b44ff.tar.bz2
samba-0389cad7c492eda5aee590d0396748c7da9b44ff.zip
r22055: Port the endpoint mapper (and functions it requires) to Samba 3.
(This used to be commit ad981261877e6a2dce0c4f4e71fd9127aa31538a)
Diffstat (limited to 'source3/librpc/gen_ndr/tables.c')
-rw-r--r--source3/librpc/gen_ndr/tables.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/tables.c b/source3/librpc/gen_ndr/tables.c
index d260149901..9a1c5a06d5 100644
--- a/source3/librpc/gen_ndr/tables.c
+++ b/source3/librpc/gen_ndr/tables.c
@@ -6,6 +6,7 @@
#include "librpc/rpc/dcerpc_table.h"
#include "librpc/gen_ndr/ndr_dfs.h"
#include "librpc/gen_ndr/ndr_echo.h"
+#include "librpc/gen_ndr/ndr_epmapper.h"
#include "librpc/gen_ndr/ndr_eventlog.h"
#include "librpc/gen_ndr/ndr_initshutdown.h"
#include "librpc/gen_ndr/ndr_lsa.h"
@@ -26,6 +27,9 @@ NTSTATUS dcerpc_register_builtin_interfaces(void)
status = librpc_register_interface(&dcerpc_table_rpcecho);
if (NT_STATUS_IS_ERR(status)) return status;
+ status = librpc_register_interface(&dcerpc_table_epmapper);
+ if (NT_STATUS_IS_ERR(status)) return status;
+
status = librpc_register_interface(&dcerpc_table_eventlog);
if (NT_STATUS_IS_ERR(status)) return status;