diff options
Diffstat (limited to 'source4/librpc/tools/ndrdump.c')
-rw-r--r-- | source4/librpc/tools/ndrdump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/tools/ndrdump.c b/source4/librpc/tools/ndrdump.c index 966ca9b98d..2e57e882d6 100644 --- a/source4/librpc/tools/ndrdump.c +++ b/source4/librpc/tools/ndrdump.c @@ -116,7 +116,7 @@ const struct ndr_interface_table *load_iface_from_plugin(const char *plugin, con return NULL; } - symbol = talloc_asprintf(NULL, "dcerpc_table_%s", pipe_name); + symbol = talloc_asprintf(NULL, "ndr_table_%s", pipe_name); p = dlsym(handle, symbol); if (!p) { @@ -164,7 +164,7 @@ const struct ndr_interface_table *load_iface_from_plugin(const char *plugin, con }; #if (_SAMBA_BUILD_ >= 4) - dcerpc_table_init(); + ndr_table_init(); #else /* Initialise samba stuff */ load_case_tables(); |