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:
parent
24b03e1080
commit
a819f4e88c
@ -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);");
|
||||
|
Loading…
Reference in New Issue
Block a user