summaryrefslogtreecommitdiff
path: root/source3/rpc_client/ndr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-23 20:43:41 +0200
committerGünther Deschner <gd@samba.org>2008-09-23 23:35:14 +0200
commit022947097fb6bb84ff32e279bc65d73ac5c8eb8f (patch)
tree6dac901ab5491d8052f2540278eee3319f7b0fb9 /source3/rpc_client/ndr.c
parent5fa451ea84838ca9808e4090f541ea1bec7ec17c (diff)
downloadsamba-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/ndr.c')
-rw-r--r--source3/rpc_client/ndr.c2
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;
}