summaryrefslogtreecommitdiff
path: root/pidl/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 13:22:31 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 13:24:26 +0100
commit4b541c6f030e9459df35337bce3d8ce7ba92a2c6 (patch)
tree25ab6f001759e3722b6903db427d96a67a4e8c19 /pidl/tests
parent22e3004829fe742efdbf750611749b9aaf585515 (diff)
downloadsamba-4b541c6f030e9459df35337bce3d8ce7ba92a2c6.tar.gz
samba-4b541c6f030e9459df35337bce3d8ce7ba92a2c6.tar.bz2
samba-4b541c6f030e9459df35337bce3d8ce7ba92a2c6.zip
pidl: fix samba3-cli test after change to cli->dispatch()
metze
Diffstat (limited to 'pidl/tests')
-rwxr-xr-xpidl/tests/samba3-cli.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pidl/tests/samba3-cli.pl b/pidl/tests/samba3-cli.pl
index d762954159..5a551630c9 100755
--- a/pidl/tests/samba3-cli.pl
+++ b/pidl/tests/samba3-cli.pl
@@ -42,7 +42,7 @@ is($x->{res},
\t\tNDR_PRINT_IN_DEBUG(bar, &r);
\t}
- status = cli_do_rpc_ndr(cli,
+ status = cli->dispatch(cli,
mem_ctx,
&ndr_table_foo,
NDR_BAR,
@@ -86,7 +86,7 @@ is($x->{res},
\t\tNDR_PRINT_IN_DEBUG(bar, &r);
\t}
- status = cli_do_rpc_ndr(cli,
+ status = cli->dispatch(cli,
mem_ctx,
&ndr_table_foo,
NDR_BAR,