summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_util.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-17 09:09:48 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-17 21:52:24 -0700
commitf93d71651640e05500b59fcd8f33a4f2132313ff (patch)
tree2e56caf9ac0a047ae6d34830ef99511da11efd82 /source4/librpc/rpc/dcerpc_util.c
parent90770e45c7136535e93900189bc46ca0570bfae2 (diff)
downloadsamba-f93d71651640e05500b59fcd8f33a4f2132313ff.tar.gz
samba-f93d71651640e05500b59fcd8f33a4f2132313ff.tar.bz2
samba-f93d71651640e05500b59fcd8f33a4f2132313ff.zip
s4-rpc: added NDR64 support
This adds support for the nd464 binding string option
Diffstat (limited to 'source4/librpc/rpc/dcerpc_util.c')
-rw-r--r--source4/librpc/rpc/dcerpc_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c
index 4524673449..86c91535e7 100644
--- a/source4/librpc/rpc/dcerpc_util.c
+++ b/source4/librpc/rpc/dcerpc_util.c
@@ -736,7 +736,7 @@ _PUBLIC_ NTSTATUS dcerpc_secondary_context(struct dcerpc_pipe *p,
p2->syntax = table->syntax_id;
- p2->transfer_syntax = ndr_transfer_syntax;
+ p2->transfer_syntax = p->transfer_syntax;
p2->binding = talloc_reference(p2, p->binding);