diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-30 13:22:31 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-30 13:24:26 +0100 |
commit | 4b541c6f030e9459df35337bce3d8ce7ba92a2c6 (patch) | |
tree | 25ab6f001759e3722b6903db427d96a67a4e8c19 | |
parent | 22e3004829fe742efdbf750611749b9aaf585515 (diff) | |
download | samba-4b541c6f030e9459df35337bce3d8ce7ba92a2c6.tar.gz samba-4b541c6f030e9459df35337bce3d8ce7ba92a2c6.tar.bz2 samba-4b541c6f030e9459df35337bce3d8ce7ba92a2c6.zip |
pidl: fix samba3-cli test after change to cli->dispatch()
metze
-rwxr-xr-x | pidl/tests/samba3-cli.pl | 4 |
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, |