1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-27 05:49:32 +03:00

pidl: fix samba4.pidl.samba3-cli test

metze
This commit is contained in:
Stefan Metzmacher
2008-08-13 16:58:12 +02:00
parent 76878a9c79
commit 0449a5c826

View File

@ -44,7 +44,6 @@ is($x->{res},
status = cli_do_rpc_ndr(cli,
mem_ctx,
PI_FOO,
&ndr_table_foo,
NDR_BAR,
&r);
@ -89,7 +88,6 @@ is($x->{res},
status = cli_do_rpc_ndr(cli,
mem_ctx,
PI_FOO,
&ndr_table_foo,
NDR_BAR,
&r);