diff options
author | Günther Deschner <gd@samba.org> | 2008-09-23 20:43:41 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-23 23:35:14 +0200 |
commit | 022947097fb6bb84ff32e279bc65d73ac5c8eb8f (patch) | |
tree | 6dac901ab5491d8052f2540278eee3319f7b0fb9 /source3/rpc_client | |
parent | 5fa451ea84838ca9808e4090f541ea1bec7ec17c (diff) | |
download | samba-022947097fb6bb84ff32e279bc65d73ac5c8eb8f.tar.gz samba-022947097fb6bb84ff32e279bc65d73ac5c8eb8f.tar.bz2 samba-022947097fb6bb84ff32e279bc65d73ac5c8eb8f.zip |
s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/ndr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/ndr.c b/source3/rpc_client/ndr.c index 72a33137a6..5565ae3dc3 100644 --- a/source3/rpc_client/ndr.c +++ b/source3/rpc_client/ndr.c @@ -77,7 +77,7 @@ NTSTATUS cli_do_rpc_ndr(struct rpc_pipe_client *cli, prs_mem_free( &r_ps ); - pull = ndr_pull_init_blob(&blob, mem_ctx); + pull = ndr_pull_init_blob(&blob, mem_ctx, NULL); if (pull == NULL) { return NT_STATUS_NO_MEMORY; } |