pidl: fix samba3-cli test after change to cli->dispatch()
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 12:22:31 +0000 (13:22 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 12:24:26 +0000 (13:24 +0100)
metze

pidl/tests/samba3-cli.pl

index d7629541597e9b210273f918d064343979fbad32..5a551630c905a74ab1818e752ed1f4c7c5431a03 100755 (executable)
@@ -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,