summaryrefslogtreecommitdiff
path: root/source4/pidl/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-21 12:19:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:22 -0500
commit02467edf5cc3dbaac8bec15deff4fb606ab76f75 (patch)
tree1c3f64980e8bf5b47d0cd975c87be5550e9e4f3f /source4/pidl/tests
parentf7f2323e47f1da173bc7dbbcdf16acfc0f005db0 (diff)
downloadsamba-02467edf5cc3dbaac8bec15deff4fb606ab76f75.tar.gz
samba-02467edf5cc3dbaac8bec15deff4fb606ab76f75.tar.bz2
samba-02467edf5cc3dbaac8bec15deff4fb606ab76f75.zip
r24592: pass down the ndr_interface_table in the samba3 client bindings
instead of the pull and push functions metze (This used to be commit 9b59534a14700f7bfe56cae448030df59ced0ba5)
Diffstat (limited to 'source4/pidl/tests')
-rwxr-xr-xsource4/pidl/tests/samba3-cli.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/tests/samba3-cli.pl b/source4/pidl/tests/samba3-cli.pl
index 733bf93a99..8c06ed8c27 100755
--- a/source4/pidl/tests/samba3-cli.pl
+++ b/source4/pidl/tests/samba3-cli.pl
@@ -39,7 +39,7 @@ is($x->{res}, "NTSTATUS rpccli_bar(struct rpc_pipe_client *cli, TALLOC_CTX *mem_
\tif (DEBUGLEVEL >= 10)
\t\tNDR_PRINT_IN_DEBUG(bar, &r);
\t
-\tstatus = cli_do_rpc_ndr(cli, mem_ctx, PI_foo, NDR_BAR, &r, (ndr_pull_flags_fn_t)ndr_pull_bar, (ndr_push_flags_fn_t)ndr_push_bar);
+\tstatus = cli_do_rpc_ndr(cli, mem_ctx, PI_FOO, &ndr_table_foo, NDR_BAR, &r);
\t
\tif (!NT_STATUS_IS_OK(status)) {
\t\treturn status;