From 4b541c6f030e9459df35337bce3d8ce7ba92a2c6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2009 13:22:31 +0100 Subject: pidl: fix samba3-cli test after change to cli->dispatch() metze --- pidl/tests/samba3-cli.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pidl/tests') 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, -- cgit