diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 13:40:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 13:40:18 +0100 |
commit | b64b78e4cc2aaed779a07dbcb180323bfb3652d6 (patch) | |
tree | 9d8bf5faf0d16a5379e610119764dc6fbf6b8097 /pidl | |
parent | 816934faa8bbe53dd299bc5e39f471eafdddefa8 (diff) | |
download | samba-b64b78e4cc2aaed779a07dbcb180323bfb3652d6.tar.gz samba-b64b78e4cc2aaed779a07dbcb180323bfb3652d6.tar.bz2 samba-b64b78e4cc2aaed779a07dbcb180323bfb3652d6.zip |
Allow overriding the function that ships the request in the Samba 3
client code.
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm b/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm index 9a7a037b54..1a0eb51438 100644 --- a/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm +++ b/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm @@ -153,7 +153,7 @@ sub ParseFunction($$$) $self->deindent; $self->pidl("}"); $self->pidl(""); - $self->pidl("status = cli_do_rpc_ndr(cli,"); + $self->pidl("status = cli->dispatch(cli,"); $self->pidl("\t\t\tmem_ctx,"); $self->pidl("\t\t\t&ndr_table_$if,"); $self->pidl("\t\t\t$ufn,"); |