1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3 cli_do_rpc_ndr does not use PI_* anymore

(This used to be commit e625c6b251)
This commit is contained in:
Volker Lendecke 2008-07-21 13:05:23 +02:00 committed by Michael Adam
parent 24b03e1080
commit a819f4e88c

View File

@ -153,7 +153,6 @@ sub ParseFunction($$$)
$self->pidl("");
$self->pidl("status = cli_do_rpc_ndr(cli,");
$self->pidl("\t\t\tmem_ctx,");
$self->pidl("\t\t\tPI_$uif,");
$self->pidl("\t\t\t&ndr_table_$if,");
$self->pidl("\t\t\t$ufn,");
$self->pidl("\t\t\t&r);");