summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_epmapper.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-01 20:21:52 +0100
committerVolker Lendecke <vl@samba.org>2009-11-08 00:28:36 +0100
commit70c698fd547c4bc19cf77693608bbb34acac40b5 (patch)
tree84f145cb65e7dc14d3cd461c9289f3c92459353b /source3/rpcclient/cmd_epmapper.c
parentbe88a126ea50ea7e41583f402013c63234305e48 (diff)
downloadsamba-70c698fd547c4bc19cf77693608bbb34acac40b5.tar.gz
samba-70c698fd547c4bc19cf77693608bbb34acac40b5.tar.bz2
samba-70c698fd547c4bc19cf77693608bbb34acac40b5.zip
s3: Do not directly reference the ndr_table_* in rpcclient
Diffstat (limited to 'source3/rpcclient/cmd_epmapper.c')
-rw-r--r--source3/rpcclient/cmd_epmapper.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_epmapper.c b/source3/rpcclient/cmd_epmapper.c
index cb334165f2..89462d7a52 100644
--- a/source3/rpcclient/cmd_epmapper.c
+++ b/source3/rpcclient/cmd_epmapper.c
@@ -126,8 +126,10 @@ struct cmd_set epmapper_commands[] = {
{ "EPMAPPER" },
{ "epmmap", RPC_RTYPE_NTSTATUS, cmd_epmapper_map, NULL,
- &ndr_table_epmapper.syntax_id, NULL, "Map a binding", "" },
+ NDR_EPMAPPER_UUID, NDR_EPMAPPER_VERSION, NULL,
+ "Map a binding", "" },
{ "epmlookup", RPC_RTYPE_NTSTATUS, cmd_epmapper_lookup, NULL,
- &ndr_table_epmapper.syntax_id, NULL, "Lookup bindings", "" },
+ NDR_EPMAPPER_UUID, NDR_EPMAPPER_VERSION, NULL,
+ "Lookup bindings", "" },
{ NULL }
};