summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-12 19:05:46 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-12 19:05:46 +0200
commit9f2ed1e00f586a67ab2d8c1f4770a570e6ae9740 (patch)
tree4436882b9f95831aa231a1ecde6e40a8a31c682d /source3/librpc/rpc/dcerpc.c
parentedff62a31ebe818c62de21878359be8477d77a2f (diff)
downloadsamba-9f2ed1e00f586a67ab2d8c1f4770a570e6ae9740.tar.gz
samba-9f2ed1e00f586a67ab2d8c1f4770a570e6ae9740.tar.bz2
samba-9f2ed1e00f586a67ab2d8c1f4770a570e6ae9740.zip
Share RPC binding string utility functions.
Diffstat (limited to 'source3/librpc/rpc/dcerpc.c')
-rw-r--r--source3/librpc/rpc/dcerpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/rpc/dcerpc.c b/source3/librpc/rpc/dcerpc.c
index 7a870981fd..77bb7b33a2 100644
--- a/source3/librpc/rpc/dcerpc.c
+++ b/source3/librpc/rpc/dcerpc.c
@@ -43,7 +43,7 @@ struct rpc_request *dcerpc_ndr_request_send(struct dcerpc_pipe *p, const struct
ret->call = call;
ret->r = r;
- push = ndr_push_init_ctx(mem_ctx);
+ push = ndr_push_init_ctx(mem_ctx, NULL);
if (!push) {
return NULL;
}